#39873C

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

Shades of Japanese Laurel #39873C

Tints of Japanese Laurel #39873C

Color information

#39873C (or 0x39873C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 87 and 3C. RGB value is (57,135,60). Sum of RGB (Red+Green+Blue) = 57+135+60=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #39873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39873C is #C678C3. Grayscale: #676767. Windows color (decimal): -13007044 or 3966777. OLE color: 3966777.

HSL color Cylindrical-coordinate representation of color #39873C: hue angle of 122.31º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39873C is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5713560-
CMYK0.5800.560.47
HSL122.31º40.63%37.65%-
HSV(B)122.31º57.78%52.94%-
XYZ11.1718.527.26-
YUV103.13103.6695.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=22.62%
G=53.57%
B=23.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135600.5800.560.47122.3140.6337.65
Hex39873C3A0382F7a2926
Octal712077472070571725146
Binary1110011000011111110011101001110001011111111010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,135,60); }

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

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

 a { background-color: rgb(57,135,60); }

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

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

 span { border-color: rgb(57,135,60); }

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