#277626

Color #277626 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #277626

Tints of Japanese Laurel #277626

Color information

#277626 (or 0x277626) is unknown color: approx Japanese Laurel. HEX triplet: 27, 76 and 26. RGB value is (39,118,38). Sum of RGB (Red+Green+Blue) = 39+118+38=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #277626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277626 is #D889D9. Grayscale: #555555. Windows color (decimal): -14191066 or 2520615. OLE color: 2520615.

HSL color Cylindrical-coordinate representation of color #277626: hue angle of 119.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277626 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB3911838-
CMYK0.6700.680.54
HSL119.25º51.28%30.59%-
HSV(B)119.25º67.8%46.27%-
XYZ7.6613.534.04-
YUV85.26101.3395-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=20%
G=60.51%
B=19.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118380.6700.680.54119.2551.2830.59
Hex277626430443677331f
Octal47166461030104661676337
Binary1001111110110100110100001101000100110110111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277626; }

 p { color: rgb(39,118,38); }

 H1.HeaderClassName
 {
   color: #277626;
 }
 .AnyTagClassName
 {
   color: #277626;
 }
</style>
background-color css

<style>
 a { background-color: #277626; }

 a { background-color: rgb(39,118,38); }

 div.DivClassName
 {
   background-color: #277626;
 }
 .BgClassName
 {
   background-color: #277626;
 }
</style>
border-color css

<style>
 span { border-color: #277626; }

 span { border-color: rgb(39,118,38); }

 td.TdClassName
 {
   border-color: #277626;
 }
 .TagClassName
 {
   border-color: #277626;
 }
</style>