#357032

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

Shades of Japanese Laurel #357032

Tints of Japanese Laurel #357032

Color information

#357032 (or 0x357032) is unknown color: approx Japanese Laurel. HEX triplet: 35, 70 and 32. RGB value is (53,112,50). Sum of RGB (Red+Green+Blue) = 53+112+50=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #357032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357032 is #CA8FCD. Grayscale: #575757. Windows color (decimal): -13275086 or 3305525. OLE color: 3305525.

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

Color convert

RGB5311250-
CMYK0.5300.550.56
HSL117.1º38.27%31.76%-
HSV(B)117.1º55.36%43.92%-
XYZ7.8412.585.03-
YUV87.29106.95103.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=24.65%
G=52.09%
B=23.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112500.5300.550.56117.138.2731.76
Hex3570323503738752620
Octal651606265067701654640
Binary110101111000011001011010101101111110001110101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357032; }

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

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

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

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

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

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

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

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