#356734

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

Shades of San Felix #356734

Tints of San Felix #356734

Color information

#356734 (or 0x356734) is unknown color: approx San Felix. HEX triplet: 35, 67 and 34. RGB value is (53,103,52). Sum of RGB (Red+Green+Blue) = 53+103+52=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #356734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356734 is #CA98CB. Grayscale: #525252. Windows color (decimal): -13277388 or 3434293. OLE color: 3434293.

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

Color convert

RGB5310352-
CMYK0.4900.500.60
HSL118.82º32.9%30.39%-
HSV(B)118.82º49.51%40.39%-
XYZ6.9410.714.95-
YUV82.24110.94107.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 103 (40.62% from 255) = 49.52%
BLUE value IS 52 (20.70% from 255) = 25%
R=25.48%
G=49.52%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53103520.4900.500.60118.8232.930.39
Hex356734310323C77211e
Octal651476461062741674136
Binary11010111001111101001100010110010111100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356734; }

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

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

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

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

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

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

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

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