#39853F

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

Shades of Japanese Laurel #39853F

Tints of Japanese Laurel #39853F

Color information

#39853F (or 0x39853F) is unknown color: approx Japanese Laurel. HEX triplet: 39, 85 and 3F. RGB value is (57,133,63). Sum of RGB (Red+Green+Blue) = 57+133+63=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #39853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39853F is #C67AC0. Grayscale: #666666. Windows color (decimal): -13007553 or 4162873. OLE color: 4162873.

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

Color convert

RGB5713363-
CMYK0.5700.530.48
HSL124.74º40%37.25%-
HSV(B)124.74º57.14%52.16%-
XYZ10.97187.6-
YUV102.3105.8295.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 63 (25% from 255) = 24.90%
R=22.53%
G=52.57%
B=24.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133630.5700.530.48124.744037.25
Hex39853F39035307d2825
Octal712057771065601755045
Binary1110011000010111111111100101101011100001111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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