#20732E

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

Shades of San Felix #20732E

Tints of San Felix #20732E

Color information

#20732E (or 0x20732E) is unknown color: approx San Felix. HEX triplet: 20, 73 and 2E. RGB value is (32,115,46). Sum of RGB (Red+Green+Blue) = 32+115+46=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #20732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20732E is #DF8CD1. Grayscale: #525252. Windows color (decimal): -14650578 or 3044128. OLE color: 3044128.

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

Color convert

RGB3211546-
CMYK0.7200.60.55
HSL130.12º56.46%28.82%-
HSV(B)130.12º72.17%45.1%-
XYZ7.2212.774.67-
YUV82.32107.592.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=16.58%
G=59.59%
B=23.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115460.7200.60.55130.1256.4628.82
Hex20732E4803C3782381d
Octal4016356110074672027035
Binary1000001110011101110100100001111001101111000001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20732E; }

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

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

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

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

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

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

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

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