#39883B

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

Shades of Japanese Laurel #39883B

Tints of Japanese Laurel #39883B

Color information

#39883B (or 0x39883B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 88 and 3B. RGB value is (57,136,59). Sum of RGB (Red+Green+Blue) = 57+136+59=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #39883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39883B is #C677C4. Grayscale: #676767. Windows color (decimal): -13006789 or 3901497. OLE color: 3901497.

HSL color Cylindrical-coordinate representation of color #39883B: hue angle of 121.52º 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 #39883B is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5713659-
CMYK0.5800.570.47
HSL121.52º40.93%37.84%-
HSV(B)121.52º58.09%53.33%-
XYZ11.2818.797.17-
YUV103.6102.8394.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 59 (23.44% from 255) = 23.41%
R=22.62%
G=53.97%
B=23.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57136590.5800.570.47121.5240.9337.84
Hex39883B3A0392F7a2926
Octal712107372071571725146
Binary1110011000100011101111101001110011011111111010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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