#39843B

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

Shades of Japanese Laurel #39843B

Tints of Japanese Laurel #39843B

Color information

#39843B (or 0x39843B) is unknown color: approx Japanese Laurel. HEX triplet: 39, 84 and 3B. RGB value is (57,132,59). Sum of RGB (Red+Green+Blue) = 57+132+59=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #39843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39843B is #C67BC4. Grayscale: #656565. Windows color (decimal): -13007813 or 3900473. OLE color: 3900473.

HSL color Cylindrical-coordinate representation of color #39843B: hue angle of 121.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39843B is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB5713259-
CMYK0.5700.550.48
HSL121.6º39.68%37.06%-
HSV(B)121.6º56.82%51.76%-
XYZ10.7317.696.99-
YUV101.25104.1596.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=22.98%
G=53.23%
B=23.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132590.5700.550.48121.639.6837.06
Hex39843B39037307a2825
Octal712047371067601725045
Binary1110011000010011101111100101101111100001111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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