#27762C

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

Shades of Japanese Laurel #27762C

Tints of Japanese Laurel #27762C

Color information

#27762C (or 0x27762C) is unknown color: approx Japanese Laurel. HEX triplet: 27, 76 and 2C. RGB value is (39,118,44). Sum of RGB (Red+Green+Blue) = 39+118+44=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #27762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27762C is #D889D3. Grayscale: #565656. Windows color (decimal): -14191060 or 2913831. OLE color: 2913831.

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

Color convert

RGB3911844-
CMYK0.6700.630.54
HSL123.8º50.32%30.78%-
HSV(B)123.8º66.95%46.27%-
XYZ7.7713.574.59-
YUV85.94104.3394.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=19.40%
G=58.71%
B=21.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118440.6700.630.54123.850.3230.78
Hex27762C4303F367c321f
Octal4716654103077661746237
Binary100111111011010110010000110111111110110111110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27762C; }

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

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

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

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

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

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

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

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