#357837

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

Shades of Japanese Laurel #357837

Tints of Japanese Laurel #357837

Color information

#357837 (or 0x357837) is unknown color: approx Japanese Laurel. HEX triplet: 35, 78 and 37. RGB value is (53,120,55). Sum of RGB (Red+Green+Blue) = 53+120+55=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #357837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357837 is #CA87C8. Grayscale: #5C5C5C. Windows color (decimal): -13273033 or 3635253. OLE color: 3635253.

HSL color Cylindrical-coordinate representation of color #357837: hue angle of 121.79º 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 #357837 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB5312055-
CMYK0.5600.540.53
HSL121.79º38.73%33.92%-
HSV(B)121.79º55.83%47.06%-
XYZ8.8714.475.94-
YUV92.56106.899.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=23.25%
G=52.63%
B=24.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120550.5600.540.53121.7938.7333.92
Hex35783738036357a2722
Octal651706770066651724742
Binary110101111100011011111100001101101101011111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357837; }

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

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

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

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

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

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

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

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