#356C2F

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

Shades of Japanese Laurel #356C2F

Tints of Japanese Laurel #356C2F

Color information

#356C2F (or 0x356C2F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 6C and 2F. RGB value is (53,108,47). Sum of RGB (Red+Green+Blue) = 53+108+47=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #356C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C2F is #CA93D0. Grayscale: #545454. Windows color (decimal): -13276113 or 3107893. OLE color: 3107893.

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

Color convert

RGB5310847-
CMYK0.5100.560.58
HSL114.1º39.35%30.39%-
HSV(B)114.1º56.48%42.35%-
XYZ7.3411.694.56-
YUV84.6106.78105.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=25.48%
G=51.92%
B=22.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108470.5100.560.58114.139.3530.39
Hex356C2F330383A72271e
Octal651545763070721624736
Binary11010111011001011111100110111000111010111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,47); }

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

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

 a { background-color: rgb(53,108,47); }

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

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

 span { border-color: rgb(53,108,47); }

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