#357332

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

Shades of Japanese Laurel #357332

Tints of Japanese Laurel #357332

Color information

#357332 (or 0x357332) is unknown color: approx Japanese Laurel. HEX triplet: 35, 73 and 32. RGB value is (53,115,50). Sum of RGB (Red+Green+Blue) = 53+115+50=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #357332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357332 is #CA8CCD. Grayscale: #595959. Windows color (decimal): -13274318 or 3306293. OLE color: 3306293.

HSL color Cylindrical-coordinate representation of color #357332: hue angle of 117.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357332 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5311550-
CMYK0.5400.570.55
HSL117.23º39.39%32.35%-
HSV(B)117.23º56.52%45.1%-
XYZ8.1713.255.14-
YUV89.05105.96102.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=24.31%
G=52.75%
B=22.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115500.5400.570.55117.2339.3932.35
Hex3573323603937752720
Octal651636266071671654740
Binary110101111001111001011011001110011101111110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357332; }

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

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

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

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

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

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

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

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