#206026

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

Shades of San Felix #206026

Tints of San Felix #206026

Color information

#206026 (or 0x206026) is unknown color: approx San Felix. HEX triplet: 20, 60 and 26. RGB value is (32,96,38). Sum of RGB (Red+Green+Blue) = 32+96+38=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #206026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206026 is #DF9FD9. Grayscale: #464646. Windows color (decimal): -14655450 or 2514976. OLE color: 2514976.

HSL color Cylindrical-coordinate representation of color #206026: hue angle of 125.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206026 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB329638-
CMYK0.6700.600.62
HSL125.62º50%25.1%-
HSV(B)125.62º66.67%37.65%-
XYZ5.138.813.26-
YUV70.25109.8100.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=19.28%
G=57.83%
B=22.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296380.6700.600.62125.625025.1
Hex2060264303C3E7e3219
Octal4014046103074761766231
Binary100000110000010011010000110111100111110111111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206026; }

 p { color: rgb(32,96,38); }

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

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

 a { background-color: rgb(32,96,38); }

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

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

 span { border-color: rgb(32,96,38); }

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