#39833B

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

Shades of Japanese Laurel #39833B

Tints of Japanese Laurel #39833B

Color information

#39833B (or 0x39833B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 83 and 3B. RGB value is (57,131,59). Sum of RGB (Red+Green+Blue) = 57+131+59=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #39833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39833B is #C67CC4. Grayscale: #646464. Windows color (decimal): -13008069 or 3900217. OLE color: 3900217.

HSL color Cylindrical-coordinate representation of color #39833B: hue angle of 121.62º 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 #39833B is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB5713159-
CMYK0.5600.550.49
HSL121.62º39.36%36.86%-
HSV(B)121.62º56.49%51.37%-
XYZ10.5917.426.94-
YUV100.67104.4896.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 131 (51.56% from 255) = 53.04%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=23.08%
G=53.04%
B=23.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131590.5600.550.49121.6239.3636.86
Hex39833B38037317a2725
Octal712037370067611724745
Binary1110011000001111101111100001101111100011111010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39833B; }

 p { color: rgb(57,131,59); }

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

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

 a { background-color: rgb(57,131,59); }

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

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

 span { border-color: rgb(57,131,59); }

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