#20762B

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

Shades of San Felix #20762B

Tints of San Felix #20762B

Color information

#20762B (or 0x20762B) is unknown color: approx San Felix. HEX triplet: 20, 76 and 2B. RGB value is (32,118,43). Sum of RGB (Red+Green+Blue) = 32+118+43=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #20762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20762B is #DF89D4. Grayscale: #535353. Windows color (decimal): -14649813 or 2848288. OLE color: 2848288.

HSL color Cylindrical-coordinate representation of color #20762B: hue angle of 127.67º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20762B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB3211843-
CMYK0.7300.640.54
HSL127.67º57.33%29.41%-
HSV(B)127.67º72.88%46.27%-
XYZ7.5113.444.48-
YUV83.74105.0191.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.58%
GREEN value IS 118 (46.48% from 255) = 61.14%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=16.58%
G=61.14%
B=22.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118430.7300.640.54127.6757.3329.41
Hex20762B490403680391d
Octal40166531110100662007135
Binary10000011101101010111001001010000001101101000000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20762B; }

 p { color: rgb(32,118,43); }

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

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

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

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

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

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

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