#366634

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

Shades of San Felix #366634

Tints of San Felix #366634

Color information

#366634 (or 0x366634) is unknown color: approx San Felix. HEX triplet: 36, 66 and 34. RGB value is (54,102,52). Sum of RGB (Red+Green+Blue) = 54+102+52=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #366634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366634 is #C999CB. Grayscale: #525252. Windows color (decimal): -13212108 or 3434038. OLE color: 3434038.

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

Color convert

RGB5410252-
CMYK0.4700.490.6
HSL117.6º32.47%30.2%-
HSV(B)117.6º49.02%40%-
XYZ6.8910.534.92-
YUV81.95111.1108.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 52 (20.70% from 255) = 25%
R=25.96%
G=49.04%
B=25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102520.4700.490.6117.632.4730.2
Hex3666342F0313C76201e
Octal661466457061741664036
Binary11011011001101101001011110110001111100111011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366634; }

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

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

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

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

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

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

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

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