#39843C

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

Shades of Japanese Laurel #39843C

Tints of Japanese Laurel #39843C

Color information

#39843C (or 0x39843C) is unknown color: approx Japanese Laurel. HEX triplet: 39, 84 and 3C. RGB value is (57,132,60). Sum of RGB (Red+Green+Blue) = 57+132+60=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #39843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39843C is #C67BC3. Grayscale: #656565. Windows color (decimal): -13007812 or 3966009. OLE color: 3966009.

HSL color Cylindrical-coordinate representation of color #39843C: hue angle of 122.4º 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 #39843C is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB5713260-
CMYK0.5700.550.48
HSL122.4º39.68%37.06%-
HSV(B)122.4º56.82%51.76%-
XYZ10.7517.77.12-
YUV101.37104.6596.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=22.89%
G=53.01%
B=24.10%

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
Decimal57132600.5700.550.48122.439.6837.06
Hex39843C39037307a2825
Octal712047471067601725045
Binary1110011000010011110011100101101111100001111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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