#357932

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

Shades of Japanese Laurel #357932

Tints of Japanese Laurel #357932

Color information

#357932 (or 0x357932) is unknown color: approx Japanese Laurel. HEX triplet: 35, 79 and 32. RGB value is (53,121,50). Sum of RGB (Red+Green+Blue) = 53+121+50=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #357932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357932 is #CA86CD. Grayscale: #5C5C5C. Windows color (decimal): -13272782 or 3307829. OLE color: 3307829.

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

Color convert

RGB5312150-
CMYK0.5600.590.53
HSL117.46º41.52%33.53%-
HSV(B)117.46º58.68%47.45%-
XYZ8.8814.665.38-
YUV92.57103.9799.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=23.66%
G=54.02%
B=22.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121500.5600.590.53117.4641.5233.53
Hex3579323803B35752a22
Octal651716270073651655242
Binary110101111100111001011100001110111101011110101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357932; }

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

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

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

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

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

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

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

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