#356932

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

Shades of San Felix #356932

Tints of San Felix #356932

Color information

#356932 (or 0x356932) is unknown color: approx San Felix. HEX triplet: 35, 69 and 32. RGB value is (53,105,50). Sum of RGB (Red+Green+Blue) = 53+105+50=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #356932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356932 is #CA96CD. Grayscale: #535353. Windows color (decimal): -13276878 or 3303733. OLE color: 3303733.

HSL color Cylindrical-coordinate representation of color #356932: hue angle of 116.73º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356932 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB5310550-
CMYK0.5000.520.59
HSL116.73º35.48%30.39%-
HSV(B)116.73º52.38%41.18%-
XYZ7.111.094.78-
YUV83.18109.27106.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=25.48%
G=50.48%
B=24.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105500.5000.520.59116.7335.4830.39
Hex356932320343B75231e
Octal651516262064731654336
Binary11010111010011100101100100110100111011111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356932; }

 p { color: rgb(53,105,50); }

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

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

 a { background-color: rgb(53,105,50); }

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

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

 span { border-color: rgb(53,105,50); }

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