#21681A

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

Shades of San Felix #21681A

Tints of San Felix #21681A

Color information

#21681A (or 0x21681A) is unknown color: approx San Felix. HEX triplet: 21, 68 and 1A. RGB value is (33,104,26). Sum of RGB (Red+Green+Blue) = 33+104+26=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #21681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21681A is #DE97E5. Grayscale: #4A4A4A. Windows color (decimal): -14587878 or 1730593. OLE color: 1730593.

HSL color Cylindrical-coordinate representation of color #21681A: hue angle of 114.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21681A is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB3310426-
CMYK0.6800.750.59
HSL114.62º60%25.49%-
HSV(B)114.62º75%40.78%-
XYZ5.7610.32.66-
YUV73.88100.9898.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=20.25%
G=63.80%
B=15.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104260.6800.750.59114.626025.49
Hex21681A4404B3B733c19
Octal41150321040113731637431
Binary100001110100011010100010001001011111011111001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,104,26); }

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

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

 a { background-color: rgb(33,104,26); }

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

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

 span { border-color: rgb(33,104,26); }

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