#39853D

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

Shades of Japanese Laurel #39853D

Tints of Japanese Laurel #39853D

Color information

#39853D (or 0x39853D) is unknown color: approx Japanese Laurel. HEX triplet: 39, 85 and 3D. RGB value is (57,133,61). Sum of RGB (Red+Green+Blue) = 57+133+61=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #39853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39853D is #C67AC2. Grayscale: #666666. Windows color (decimal): -13007555 or 4031801. OLE color: 4031801.

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

Color convert

RGB5713361-
CMYK0.5700.540.48
HSL123.16º40%37.25%-
HSV(B)123.16º57.14%52.16%-
XYZ10.9217.987.31-
YUV102.07104.8295.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=22.71%
G=52.99%
B=24.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133610.5700.540.48123.164037.25
Hex39853D39036307b2825
Octal712057571066601735045
Binary1110011000010111110111100101101101100001111011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39853D; }

 p { color: rgb(57,133,61); }

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

<style>
 a { background-color: #39853D; }

 a { background-color: rgb(57,133,61); }

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

<style>
 span { border-color: #39853D; }

 span { border-color: rgb(57,133,61); }

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