#357037

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

Shades of Japanese Laurel #357037

Tints of Japanese Laurel #357037

Color information

#357037 (or 0x357037) is unknown color: approx Japanese Laurel. HEX triplet: 35, 70 and 37. RGB value is (53,112,55). Sum of RGB (Red+Green+Blue) = 53+112+55=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #357037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357037 is #CA8FC8. Grayscale: #585858. Windows color (decimal): -13275081 or 3633205. OLE color: 3633205.

HSL color Cylindrical-coordinate representation of color #357037: hue angle of 122.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357037 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB5311255-
CMYK0.5300.510.56
HSL122.03º35.76%32.35%-
HSV(B)122.03º52.68%43.92%-
XYZ7.9512.625.63-
YUV87.86109.45103.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 55 (21.88% from 255) = 25%
R=24.09%
G=50.91%
B=25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112550.5300.510.56122.0335.7632.35
Hex35703735033387a2420
Octal651606765063701724440
Binary110101111000011011111010101100111110001111010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357037; }

 p { color: rgb(53,112,55); }

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

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

 a { background-color: rgb(53,112,55); }

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

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

 span { border-color: rgb(53,112,55); }

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