#356E2D

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

Shades of Japanese Laurel #356E2D

Tints of Japanese Laurel #356E2D

Color information

#356E2D (or 0x356E2D) is unknown color: approx Japanese Laurel. HEX triplet: 35, 6E and 2D. RGB value is (53,110,45). Sum of RGB (Red+Green+Blue) = 53+110+45=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #356E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E2D is #CA91D2. Grayscale: #555555. Windows color (decimal): -13275603 or 2977333. OLE color: 2977333.

HSL color Cylindrical-coordinate representation of color #356E2D: hue angle of 112.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356E2D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB5311045-
CMYK0.5200.590.57
HSL112.62º41.94%30.39%-
HSV(B)112.62º59.09%43.14%-
XYZ7.5212.14.42-
YUV85.55105.12104.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 110 (43.36% from 255) = 52.88%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=25.48%
G=52.88%
B=21.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53110450.5200.590.57112.6241.9430.39
Hex356E2D3403B39712a1e
Octal651565564073711615236
Binary11010111011101011011101000111011111001111000110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356E2D; }

 p { color: rgb(53,110,45); }

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

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

 a { background-color: rgb(53,110,45); }

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

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

 span { border-color: rgb(53,110,45); }

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