#357132

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

Shades of Japanese Laurel #357132

Tints of Japanese Laurel #357132

Color information

#357132 (or 0x357132) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 32. RGB value is (53,113,50). Sum of RGB (Red+Green+Blue) = 53+113+50=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #357132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357132 is #CA8ECD. Grayscale: #585858. Windows color (decimal): -13274830 or 3305781. OLE color: 3305781.

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

Color convert

RGB5311350-
CMYK0.5300.560.56
HSL117.14º38.65%31.96%-
HSV(B)117.14º55.75%44.31%-
XYZ7.9512.85.07-
YUV87.88106.62103.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=24.54%
G=52.31%
B=23.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113500.5300.560.56117.1438.6531.96
Hex3571323503838752720
Octal651616265070701654740
Binary110101111000111001011010101110001110001110101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357132; }

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

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

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

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

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

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

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

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