#22621C

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

Shades of San Felix #22621C

Tints of San Felix #22621C

Color information

#22621C (or 0x22621C) is unknown color: approx San Felix. HEX triplet: 22, 62 and 1C. RGB value is (34,98,28). Sum of RGB (Red+Green+Blue) = 34+98+28=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #22621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22621C is #DD9DE3. Grayscale: #474747. Windows color (decimal): -14523876 or 1860130. OLE color: 1860130.

HSL color Cylindrical-coordinate representation of color #22621C: hue angle of 114.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22621C is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB349828-
CMYK0.6500.710.62
HSL114.86º55.56%24.71%-
HSV(B)114.86º71.43%38.43%-
XYZ5.249.162.59-
YUV70.88103.8101.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 98 (38.67% from 255) = 61.25%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=21.25%
G=61.25%
B=17.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3498280.6500.710.62114.8655.5624.71
Hex22621C410473E733819
Octal42142341010107761637031
Binary100010110001011100100000101000111111110111001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22621C; }

 p { color: rgb(34,98,28); }

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

<style>
 a { background-color: #22621C; }

 a { background-color: rgb(34,98,28); }

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

<style>
 span { border-color: #22621C; }

 span { border-color: rgb(34,98,28); }

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