#357F39

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

Shades of Japanese Laurel #357F39

Tints of Japanese Laurel #357F39

Color information

#357F39 (or 0x357F39) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7F and 39. RGB value is (53,127,57). Sum of RGB (Red+Green+Blue) = 53+127+57=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #357F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F39 is #CA80C6. Grayscale: #616161. Windows color (decimal): -13271239 or 3768117. OLE color: 3768117.

HSL color Cylindrical-coordinate representation of color #357F39: hue angle of 123.24º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F39 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB5312757-
CMYK0.5800.550.50
HSL123.24º41.11%35.29%-
HSV(B)123.24º58.27%49.8%-
XYZ9.816.236.49-
YUV96.89105.4896.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 127 (50% from 255) = 53.59%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=22.36%
G=53.59%
B=24.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127570.5800.550.50123.2441.1135.29
Hex357F393A037327b2923
Octal651777172067621735143
Binary110101111111111100111101001101111100101111011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357F39; }

 p { color: rgb(53,127,57); }

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

<style>
 a { background-color: #357F39; }

 a { background-color: rgb(53,127,57); }

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

<style>
 span { border-color: #357F39; }

 span { border-color: rgb(53,127,57); }

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