#39883F

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

Shades of Japanese Laurel #39883F

Tints of Japanese Laurel #39883F

Color information

#39883F (or 0x39883F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 88 and 3F. RGB value is (57,136,63). Sum of RGB (Red+Green+Blue) = 57+136+63=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #39883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39883F is #C677C0. Grayscale: #686868. Windows color (decimal): -13006785 or 4163641. OLE color: 4163641.

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

Color convert

RGB5713663-
CMYK0.5800.540.47
HSL124.56º40.93%37.84%-
HSV(B)124.56º58.09%53.33%-
XYZ11.3918.847.74-
YUV104.06104.8394.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 63 (25% from 255) = 24.61%
R=22.27%
G=53.12%
B=24.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57136630.5800.540.47124.5640.9337.84
Hex39883F3A0362F7d2926
Octal712107772066571755146
Binary1110011000100011111111101001101101011111111101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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