#356732

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

Shades of San Felix #356732

Tints of San Felix #356732

Color information

#356732 (or 0x356732) is unknown color: approx San Felix. HEX triplet: 35, 67 and 32. RGB value is (53,103,50). Sum of RGB (Red+Green+Blue) = 53+103+50=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #356732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356732 is #CA98CD. Grayscale: #525252. Windows color (decimal): -13277390 or 3303221. OLE color: 3303221.

HSL color Cylindrical-coordinate representation of color #356732: hue angle of 116.6º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356732 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB5310350-
CMYK0.4900.510.60
HSL116.6º34.64%30%-
HSV(B)116.6º51.46%40.39%-
XYZ6.8910.694.72-
YUV82.01109.94107.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 103 (40.62% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=25.73%
G=50%
B=24.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103500.4900.510.60116.634.6430
Hex356732310333C75231e
Octal651476261063741654336
Binary11010111001111100101100010110011111100111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356732; }

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

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

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

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

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

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

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

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