#20652B

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

Shades of San Felix #20652B

Tints of San Felix #20652B

Color information

#20652B (or 0x20652B) is unknown color: approx San Felix. HEX triplet: 20, 65 and 2B. RGB value is (32,101,43). Sum of RGB (Red+Green+Blue) = 32+101+43=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #20652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20652B is #DF9AD4. Grayscale: #494949. Windows color (decimal): -14654165 or 2843936. OLE color: 2843936.

HSL color Cylindrical-coordinate representation of color #20652B: hue angle of 129.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20652B is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB3210143-
CMYK0.6800.570.60
HSL129.57º51.88%26.08%-
HSV(B)129.57º68.32%39.61%-
XYZ5.699.793.88-
YUV73.76110.6498.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 101 (39.84% from 255) = 57.39%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=18.18%
G=57.39%
B=24.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32101430.6800.570.60129.5751.8826.08
Hex20652B440393C82341a
Octal4014553104071742026432
Binary1000001100101101011100010001110011111001000001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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