#277620

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

Shades of Japanese Laurel #277620

Tints of Japanese Laurel #277620

Color information

#277620 (or 0x277620) is unknown color: approx Japanese Laurel. HEX triplet: 27, 76 and 20. RGB value is (39,118,32). Sum of RGB (Red+Green+Blue) = 39+118+32=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #277620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277620 is #D889DF. Grayscale: #545454. Windows color (decimal): -14191072 or 2127399. OLE color: 2127399.

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

Color convert

RGB3911832-
CMYK0.6700.730.54
HSL115.12º57.33%29.41%-
HSV(B)115.12º72.88%46.27%-
XYZ7.5813.493.57-
YUV84.5798.3395.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 118 (46.48% from 255) = 62.43%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=20.63%
G=62.43%
B=16.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118320.6700.730.54115.1257.3329.41
Hex277620430493673391d
Octal47166401030111661637135
Binary1001111110110100000100001101001001110110111001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277620; }

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

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

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

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

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

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

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

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