#357031

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

Shades of Japanese Laurel #357031

Tints of Japanese Laurel #357031

Color information

#357031 (or 0x357031) is unknown color: approx Japanese Laurel. HEX triplet: 35, 70 and 31. RGB value is (53,112,49). Sum of RGB (Red+Green+Blue) = 53+112+49=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #357031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357031 is #CA8FCE. Grayscale: #575757. Windows color (decimal): -13275087 or 3239989. OLE color: 3239989.

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

Color convert

RGB5311249-
CMYK0.5300.560.56
HSL116.19º39.13%31.57%-
HSV(B)116.19º56.25%43.92%-
XYZ7.8212.574.92-
YUV87.18106.45103.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=24.77%
G=52.34%
B=22.90%

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
Decimal53112490.5300.560.56116.1939.1331.57
Hex3570313503838742720
Octal651606165070701644740
Binary110101111000011000111010101110001110001110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357031; }

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

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

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

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

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

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

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

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