#206627

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

Shades of San Felix #206627

Tints of San Felix #206627

Color information

#206627 (or 0x206627) is unknown color: approx San Felix. HEX triplet: 20, 66 and 27. RGB value is (32,102,39). Sum of RGB (Red+Green+Blue) = 32+102+39=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #206627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206627 is #DF99D8. Grayscale: #4A4A4A. Windows color (decimal): -14653913 or 2582048. OLE color: 2582048.

HSL color Cylindrical-coordinate representation of color #206627: hue angle of 126º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206627 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB3210239-
CMYK0.6900.620.6
HSL126º52.24%26.27%-
HSV(B)126º68.63%40%-
XYZ5.719.963.54-
YUV73.89108.3198.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 102 (40.23% from 255) = 58.96%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=18.50%
G=58.96%
B=22.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102390.6900.620.612652.2426.27
Hex2066274503E3C7e341a
Octal4014647105076741766432
Binary100000110011010011110001010111110111100111111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206627; }

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

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

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

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

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

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

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

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