#39853A

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

Shades of Japanese Laurel #39853A

Tints of Japanese Laurel #39853A

Color information

#39853A (or 0x39853A) is unknown color: approx Japanese Laurel. HEX triplet: 39, 85 and 3A. RGB value is (57,133,58). Sum of RGB (Red+Green+Blue) = 57+133+58=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #39853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39853A is #C67AC5. Grayscale: #656565. Windows color (decimal): -13007558 or 3835193. OLE color: 3835193.

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

Color convert

RGB5713358-
CMYK0.5700.560.48
HSL120.79º40%37.25%-
HSV(B)120.79º57.14%52.16%-
XYZ10.8417.956.9-
YUV101.73103.3296.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=22.98%
G=53.63%
B=23.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133580.5700.560.48120.794037.25
Hex39853A3903830792825
Octal712057271070601715045
Binary1110011000010111101011100101110001100001111001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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