#226319

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

Shades of San Felix #226319

Tints of San Felix #226319

Color information

#226319 (or 0x226319) is unknown color: approx San Felix. HEX triplet: 22, 63 and 19. RGB value is (34,99,25). Sum of RGB (Red+Green+Blue) = 34+99+25=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #226319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226319 is #DD9CE6. Grayscale: #474747. Windows color (decimal): -14523623 or 1663778. OLE color: 1663778.

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

Color convert

RGB349925-
CMYK0.6600.750.61
HSL112.7º59.68%24.31%-
HSV(B)112.7º74.75%38.82%-
XYZ5.39.332.44-
YUV71.13101.97101.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 99 (39.06% from 255) = 62.66%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=21.52%
G=62.66%
B=15.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3499250.6600.750.61112.759.6824.31
Hex2263194204B3D713c18
Octal42143311020113751617430
Binary100010110001111001100001001001011111101111000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226319; }

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

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

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

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

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

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

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

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