#20622A

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

Shades of San Felix #20622A

Tints of San Felix #20622A

Color information

#20622A (or 0x20622A) is unknown color: approx San Felix. HEX triplet: 20, 62 and 2A. RGB value is (32,98,42). Sum of RGB (Red+Green+Blue) = 32+98+42=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #20622A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20622A is #DF9DD5. Grayscale: #484848. Windows color (decimal): -14654934 or 2777632. OLE color: 2777632.

HSL color Cylindrical-coordinate representation of color #20622A: hue angle of 129.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20622A is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB329842-
CMYK0.6700.570.62
HSL129.09º50.77%25.49%-
HSV(B)129.09º67.35%38.43%-
XYZ5.389.213.68-
YUV71.88111.1399.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=18.60%
G=56.98%
B=24.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298420.6700.570.62129.0950.7725.49
Hex20622A430393E813319
Octal4014252103071762016331
Binary1000001100010101010100001101110011111101000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20622A; }

 p { color: rgb(32,98,42); }

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

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

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

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

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

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

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