#226520

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

Shades of San Felix #226520

Tints of San Felix #226520

Color information

#226520 (or 0x226520) is unknown color: approx San Felix. HEX triplet: 22, 65 and 20. RGB value is (34,101,32). Sum of RGB (Red+Green+Blue) = 34+101+32=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #226520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226520 is #DD9ADF. Grayscale: #494949. Windows color (decimal): -14523104 or 2123042. OLE color: 2123042.

HSL color Cylindrical-coordinate representation of color #226520: hue angle of 118.26º 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 #226520 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB3410132-
CMYK0.6600.680.60
HSL118.26º51.88%26.08%-
HSV(B)118.26º68.32%39.61%-
XYZ5.579.752.95-
YUV73.1104.8100.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 101 (39.84% from 255) = 60.48%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=20.36%
G=60.48%
B=19.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34101320.6600.680.60118.2651.8826.08
Hex226520420443C76341a
Octal42145401020104741666432
Binary1000101100101100000100001001000100111100111011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226520; }

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

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

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

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

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

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

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

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