#226320

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

Shades of San Felix #226320

Tints of San Felix #226320

Color information

#226320 (or 0x226320) is unknown color: approx San Felix. HEX triplet: 22, 63 and 20. RGB value is (34,99,32). Sum of RGB (Red+Green+Blue) = 34+99+32=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #226320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226320 is #DD9CDF. Grayscale: #484848. Windows color (decimal): -14523616 or 2122530. OLE color: 2122530.

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

Color convert

RGB349932-
CMYK0.6600.680.61
HSL118.21º51.15%25.69%-
HSV(B)118.21º67.68%38.82%-
XYZ5.389.372.89-
YUV71.93105.47100.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=20.61%
G=60%
B=19.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3499320.6600.680.61118.2151.1525.69
Hex226320420443D76331a
Octal42143401020104751666332
Binary1000101100011100000100001001000100111101111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226320; }

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

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

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

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

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

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

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

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