#226815

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

Shades of San Felix #226815

Tints of San Felix #226815

Color information

#226815 (or 0x226815) is unknown color: approx San Felix. HEX triplet: 22, 68 and 15. RGB value is (34,104,21). Sum of RGB (Red+Green+Blue) = 34+104+21=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #226815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226815 is #DD97EA. Grayscale: #494949. Windows color (decimal): -14522347 or 1402914. OLE color: 1402914.

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

Color convert

RGB3410421-
CMYK0.6700.800.59
HSL110.6º66.4%24.51%-
HSV(B)110.6º79.81%40.78%-
XYZ5.7510.292.39-
YUV73.6198.3199.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 104 (41.02% from 255) = 65.41%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=21.38%
G=65.41%
B=13.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34104210.6700.800.59110.666.424.51
Hex226815430503B6f4219
Octal421502510301207315710231
Binary1000101101000101011000011010100001110111101111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226815; }

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

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

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

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

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

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

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

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