#226518

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

Shades of San Felix #226518

Tints of San Felix #226518

Color information

#226518 (or 0x226518) is unknown color: approx San Felix. HEX triplet: 22, 65 and 18. RGB value is (34,101,24). Sum of RGB (Red+Green+Blue) = 34+101+24=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #226518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226518 is #DD9AE7. Grayscale: #484848. Windows color (decimal): -14523112 or 1598754. OLE color: 1598754.

HSL color Cylindrical-coordinate representation of color #226518: hue angle of 112.21º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #226518 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB3410124-
CMYK0.6600.760.60
HSL112.21º61.6%24.51%-
HSV(B)112.21º76.24%39.61%-
XYZ5.489.712.45-
YUV72.19100.8100.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 101 (39.84% from 255) = 63.52%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=21.38%
G=63.52%
B=15.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34101240.6600.760.60112.2161.624.51
Hex2265184204C3C703e19
Octal42145301020114741607631
Binary100010110010111000100001001001100111100111000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226518; }

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

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

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

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

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

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

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

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