#226B14

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

Shades of San Felix #226B14

Tints of San Felix #226B14

Color information

#226B14 (or 0x226B14) is unknown color: approx San Felix. HEX triplet: 22, 6B and 14. RGB value is (34,107,20). Sum of RGB (Red+Green+Blue) = 34+107+20=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #226B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226B14 is #DD94EB. Grayscale: #4B4B4B. Windows color (decimal): -14521580 or 1338146. OLE color: 1338146.

HSL color Cylindrical-coordinate representation of color #226B14: hue angle of 110.34º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #226B14 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB3410720-
CMYK0.6800.810.58
HSL110.34º68.5%24.9%-
HSV(B)110.34º81.31%41.96%-
XYZ6.0410.912.45-
YUV75.2696.8298.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 107 (42.19% from 255) = 66.46%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=21.12%
G=66.46%
B=12.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107200.6800.810.58110.3468.524.9
Hex226B14440513A6e4519
Octal421532410401217215610531
Binary1000101101011101001000100010100011110101101110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226B14; }

 p { color: rgb(34,107,20); }

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

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

 a { background-color: rgb(34,107,20); }

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

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

 span { border-color: rgb(34,107,20); }

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