#226816

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

Shades of San Felix #226816

Tints of San Felix #226816

Color information

#226816 (or 0x226816) is unknown color: approx San Felix. HEX triplet: 22, 68 and 16. RGB value is (34,104,22). Sum of RGB (Red+Green+Blue) = 34+104+22=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 104 (41.02% from 255 or 65% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 104 - color contains mainly: green. Hex color #226816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226816 is #DD97E9. Grayscale: #494949. Windows color (decimal): -14522346 or 1468450. OLE color: 1468450.

HSL color Cylindrical-coordinate representation of color #226816: hue angle of 111.22º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #226816 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB3410422-
CMYK0.6700.790.59
HSL111.22º65.08%24.71%-
HSV(B)111.22º78.85%40.78%-
XYZ5.7510.32.44-
YUV73.7298.8199.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 104 (41.02% from 255) = 65%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=21.25%
G=65%
B=13.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34104220.6700.790.59111.2265.0824.71
Hex2268164304F3B6f4119
Octal421502610301177315710131
Binary1000101101000101101000011010011111110111101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226816; }

 p { color: rgb(34,104,22); }

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

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

 a { background-color: rgb(34,104,22); }

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

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

 span { border-color: rgb(34,104,22); }

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