#356F3D

Color #356F3D San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #356F3D

Tints of San Felix #356F3D

Color information

#356F3D (or 0x356F3D) is unknown color: approx San Felix. HEX triplet: 35, 6F and 3D. RGB value is (53,111,61). Sum of RGB (Red+Green+Blue) = 53+111+61=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #356F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356F3D is #CA90C2. Grayscale: #585858. Windows color (decimal): -13275331 or 4026165. OLE color: 4026165.

HSL color Cylindrical-coordinate representation of color #356F3D: hue angle of 128.28º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F3D is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB5311161-
CMYK0.5200.450.56
HSL128.28º35.37%32.16%-
HSV(B)128.28º52.25%43.53%-
XYZ7.9912.466.4-
YUV87.96112.78103.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=23.56%
G=49.33%
B=27.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53111610.5200.450.56128.2835.3732.16
Hex356F3D3402D38802320
Octal651577564055702004340
Binary1101011101111111101110100010110111100010000000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,111,61); }

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

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

 a { background-color: rgb(53,111,61); }

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

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

 span { border-color: rgb(53,111,61); }

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