#357731

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

Shades of Japanese Laurel #357731

Tints of Japanese Laurel #357731

Color information

#357731 (or 0x357731) is unknown color: approx Japanese Laurel. HEX triplet: 35, 77 and 31. RGB value is (53,119,49). Sum of RGB (Red+Green+Blue) = 53+119+49=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #357731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357731 is #CA88CE. Grayscale: #5B5B5B. Windows color (decimal): -13273295 or 3241781. OLE color: 3241781.

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

Color convert

RGB5311949-
CMYK0.5500.590.53
HSL116.57º41.67%32.94%-
HSV(B)116.57º58.82%46.67%-
XYZ8.6214.175.19-
YUV91.29104.13100.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=23.98%
G=53.85%
B=22.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119490.5500.590.53116.5741.6732.94
Hex3577313703B35752a21
Octal651676167073651655241
Binary110101111011111000111011101110111101011110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357731; }

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

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

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

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

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

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

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

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