#356D30

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

Shades of Japanese Laurel #356D30

Tints of Japanese Laurel #356D30

Color information

#356D30 (or 0x356D30) is unknown color: approx Japanese Laurel. HEX triplet: 35, 6D and 30. RGB value is (53,109,48). Sum of RGB (Red+Green+Blue) = 53+109+48=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #356D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356D30 is #CA92CF. Grayscale: #555555. Windows color (decimal): -13275856 or 3173685. OLE color: 3173685.

HSL color Cylindrical-coordinate representation of color #356D30: hue angle of 115.08º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356D30 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB5310948-
CMYK0.5100.560.57
HSL115.08º38.85%30.78%-
HSV(B)115.08º55.96%42.75%-
XYZ7.4711.914.7-
YUV85.3106.95104.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 109 (42.97% from 255) = 51.90%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=25.24%
G=51.90%
B=22.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53109480.5100.560.57115.0838.8530.78
Hex356D30330383973271f
Octal651556063070711634737
Binary11010111011011100001100110111000111001111001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,48); }

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

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

 a { background-color: rgb(53,109,48); }

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

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

 span { border-color: rgb(53,109,48); }

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