#207322

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

Shades of San Felix #207322

Tints of San Felix #207322

Color information

#207322 (or 0x207322) is unknown color: approx San Felix. HEX triplet: 20, 73 and 22. RGB value is (32,115,34). Sum of RGB (Red+Green+Blue) = 32+115+34=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #207322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207322 is #DF8CDD. Grayscale: #515151. Windows color (decimal): -14650590 or 2257696. OLE color: 2257696.

HSL color Cylindrical-coordinate representation of color #207322: hue angle of 121.45º 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 #207322 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB3211534-
CMYK0.7200.700.55
HSL121.45º56.46%28.82%-
HSV(B)121.45º72.17%45.1%-
XYZ7.0212.683.59-
YUV80.95101.593.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=17.68%
G=63.54%
B=18.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115340.7200.700.55121.4556.4628.82
Hex207322480463779381d
Octal40163421100106671717035
Binary1000001110011100010100100001000110110111111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207322; }

 p { color: rgb(32,115,34); }

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

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

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

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

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

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

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