#226720

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

Shades of San Felix #226720

Tints of San Felix #226720

Color information

#226720 (or 0x226720) is unknown color: approx San Felix. HEX triplet: 22, 67 and 20. RGB value is (34,103,32). Sum of RGB (Red+Green+Blue) = 34+103+32=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #226720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226720 is #DD98DF. Grayscale: #4A4A4A. Windows color (decimal): -14522592 or 2123554. OLE color: 2123554.

HSL color Cylindrical-coordinate representation of color #226720: hue angle of 118.31º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226720 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB3410332-
CMYK0.6700.690.60
HSL118.31º52.59%26.47%-
HSV(B)118.31º68.93%40.39%-
XYZ5.7710.143.02-
YUV74.27104.1499.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=20.12%
G=60.95%
B=18.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34103320.6700.690.60118.3152.5926.47
Hex226720430453C76351a
Octal42147401030105741666532
Binary1000101100111100000100001101000101111100111011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226720; }

 p { color: rgb(34,103,32); }

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

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

 a { background-color: rgb(34,103,32); }

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

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

 span { border-color: rgb(34,103,32); }

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