#206827

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

Shades of San Felix #206827

Tints of San Felix #206827

Color information

#206827 (or 0x206827) is unknown color: approx San Felix. HEX triplet: 20, 68 and 27. RGB value is (32,104,39). Sum of RGB (Red+Green+Blue) = 32+104+39=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #206827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206827 is #DF97D8. Grayscale: #4B4B4B. Windows color (decimal): -14653401 or 2582560. OLE color: 2582560.

HSL color Cylindrical-coordinate representation of color #206827: hue angle of 125.83º 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 #206827 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB3210439-
CMYK0.6900.620.59
HSL125.83º52.94%26.67%-
HSV(B)125.83º69.23%40.78%-
XYZ5.9110.353.61-
YUV75.06107.6597.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=18.29%
G=59.43%
B=22.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104390.6900.620.59125.8352.9426.67
Hex2068274503E3B7e351b
Octal4015047105076731766533
Binary100000110100010011110001010111110111011111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206827; }

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

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

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

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

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

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

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

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