#39813C

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

Shades of Japanese Laurel #39813C

Tints of Japanese Laurel #39813C

Color information

#39813C (or 0x39813C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 81 and 3C. RGB value is (57,129,60). Sum of RGB (Red+Green+Blue) = 57+129+60=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #39813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39813C is #C67EC3. Grayscale: #636363. Windows color (decimal): -13008580 or 3965241. OLE color: 3965241.

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

Color convert

RGB5712960-
CMYK0.5600.530.49
HSL122.5º38.71%36.47%-
HSV(B)122.5º55.81%50.59%-
XYZ10.3516.96.99-
YUV99.61105.6597.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=23.17%
G=52.44%
B=24.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57129600.5600.530.49122.538.7136.47
Hex39813C38035317a2724
Octal712017470065611724744
Binary1110011000000111110011100001101011100011111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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