#226421

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

Shades of San Felix #226421

Tints of San Felix #226421

Color information

#226421 (or 0x226421) is unknown color: approx San Felix. HEX triplet: 22, 64 and 21. RGB value is (34,100,33). Sum of RGB (Red+Green+Blue) = 34+100+33=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #226421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226421 is #DD9BDE. Grayscale: #484848. Windows color (decimal): -14523359 or 2188322. OLE color: 2188322.

HSL color Cylindrical-coordinate representation of color #226421: hue angle of 119.1º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #226421 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB3410033-
CMYK0.6600.670.61
HSL119.1º50.38%26.08%-
HSV(B)119.1º67%39.22%-
XYZ5.499.563-
YUV72.63105.63100.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=20.36%
G=59.88%
B=19.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34100330.6600.670.61119.150.3826.08
Hex226421420433D77321a
Octal42144411020103751676232
Binary1000101100100100001100001001000011111101111011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226421; }

 p { color: rgb(34,100,33); }

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

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

 a { background-color: rgb(34,100,33); }

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

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

 span { border-color: rgb(34,100,33); }

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