#206826

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

Shades of San Felix #206826

Tints of San Felix #206826

Color information

#206826 (or 0x206826) is unknown color: approx San Felix. HEX triplet: 20, 68 and 26. RGB value is (32,104,38). Sum of RGB (Red+Green+Blue) = 32+104+38=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #206826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206826 is #DF97D9. Grayscale: #4B4B4B. Windows color (decimal): -14653402 or 2517024. OLE color: 2517024.

HSL color Cylindrical-coordinate representation of color #206826: hue angle of 125º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206826 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB3210438-
CMYK0.6900.630.59
HSL125º52.94%26.67%-
HSV(B)125º69.23%40.78%-
XYZ5.910.353.52-
YUV74.95107.1597.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 104 (41.02% from 255) = 59.77%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=18.39%
G=59.77%
B=21.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104380.6900.630.5912552.9426.67
Hex2068264503F3B7d351b
Octal4015046105077731756533
Binary100000110100010011010001010111111111011111110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206826; }

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

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

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

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

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

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

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

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