#39823C

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

Shades of Japanese Laurel #39823C

Tints of Japanese Laurel #39823C

Color information

#39823C (or 0x39823C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 82 and 3C. RGB value is (57,130,60). Sum of RGB (Red+Green+Blue) = 57+130+60=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #39823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39823C is #C67DC3. Grayscale: #646464. Windows color (decimal): -13008324 or 3965497. OLE color: 3965497.

HSL color Cylindrical-coordinate representation of color #39823C: hue angle of 122.47º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39823C is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB5713060-
CMYK0.5600.540.49
HSL122.47º39.04%36.67%-
HSV(B)122.47º56.15%50.98%-
XYZ10.4917.167.03-
YUV100.19105.3297.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=23.08%
G=52.63%
B=24.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130600.5600.540.49122.4739.0436.67
Hex39823C38036317a2725
Octal712027470066611724745
Binary1110011000001011110011100001101101100011111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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