#346631

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

Shades of San Felix #346631

Tints of San Felix #346631

Color information

#346631 (or 0x346631) is unknown color: approx San Felix. HEX triplet: 34, 66 and 31. RGB value is (52,102,49). Sum of RGB (Red+Green+Blue) = 52+102+49=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #346631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346631 is #CB99CE. Grayscale: #515151. Windows color (decimal): -13343183 or 3237428. OLE color: 3237428.

HSL color Cylindrical-coordinate representation of color #346631: 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.52%. Process color model (Four color, CMYK) of #346631 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB5210249-
CMYK0.4900.520.6
HSL116.6º35.1%29.61%-
HSV(B)116.6º51.96%40%-
XYZ6.7210.454.57-
YUV81.01109.94107.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=25.62%
G=50.25%
B=24.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52102490.4900.520.6116.635.129.61
Hex346631310343C75231e
Octal641466161064741654336
Binary11010011001101100011100010110100111100111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346631; }

 p { color: rgb(52,102,49); }

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

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

 a { background-color: rgb(52,102,49); }

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

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

 span { border-color: rgb(52,102,49); }

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