#356935

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

Shades of San Felix #356935

Tints of San Felix #356935

Color information

#356935 (or 0x356935) is unknown color: approx San Felix. HEX triplet: 35, 69 and 35. RGB value is (53,105,53). Sum of RGB (Red+Green+Blue) = 53+105+53=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #356935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356935 is #CA96CA. Grayscale: #535353. Windows color (decimal): -13276875 or 3500341. OLE color: 3500341.

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

Color convert

RGB5310553-
CMYK0.5000.500.59
HSL120º32.91%30.98%-
HSV(B)120º49.52%41.18%-
XYZ7.1611.125.14-
YUV83.52110.77106.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=25.12%
G=49.76%
B=25.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105530.5000.500.5912032.9130.98
Hex356935320323B78211f
Octal651516562062731704137
Binary11010111010011101011100100110010111011111100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356935; }

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

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

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

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

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

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

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

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