#207220

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

Shades of San Felix #207220

Tints of San Felix #207220

Color information

#207220 (or 0x207220) is unknown color: approx San Felix. HEX triplet: 20, 72 and 20. RGB value is (32,114,32). Sum of RGB (Red+Green+Blue) = 32+114+32=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #207220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207220 is #DF8DDF. Grayscale: #505050. Windows color (decimal): -14650848 or 2126368. OLE color: 2126368.

HSL color Cylindrical-coordinate representation of color #207220: hue angle of 120º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207220 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB3211432-
CMYK0.7200.720.55
HSL120º56.16%28.63%-
HSV(B)120º71.93%44.71%-
XYZ6.8712.453.41-
YUV80.13100.8393.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 114 (44.92% from 255) = 64.04%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=17.98%
G=64.04%
B=17.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114320.7200.720.5512056.1628.63
Hex207220480483778381d
Octal40162401100110671707035
Binary1000001110010100000100100001001000110111111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207220; }

 p { color: rgb(32,114,32); }

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

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

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

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

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

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

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