#357937

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

Shades of Japanese Laurel #357937

Tints of Japanese Laurel #357937

Color information

#357937 (or 0x357937) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 37. RGB value is (53,121,55). Sum of RGB (Red+Green+Blue) = 53+121+55=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #357937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357937 is #CA86C8. Grayscale: #5D5D5D. Windows color (decimal): -13272777 or 3635509. OLE color: 3635509.

HSL color Cylindrical-coordinate representation of color #357937: hue angle of 121.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357937 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB5312155-
CMYK0.5600.550.53
HSL121.76º39.08%34.12%-
HSV(B)121.76º56.2%47.45%-
XYZ914.715.98-
YUV93.14106.4799.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 121 (47.66% from 255) = 52.84%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=23.14%
G=52.84%
B=24.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121550.5600.550.53121.7639.0834.12
Hex35793738037357a2722
Octal651716770067651724742
Binary110101111100111011111100001101111101011111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357937; }

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

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

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

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

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

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

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

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