#226629

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

Shades of San Felix #226629

Tints of San Felix #226629

Color information

#226629 (or 0x226629) is unknown color: approx San Felix. HEX triplet: 22, 66 and 29. RGB value is (34,102,41). Sum of RGB (Red+Green+Blue) = 34+102+41=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #226629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226629 is #DD99D6. Grayscale: #4A4A4A. Windows color (decimal): -14522839 or 2713122. OLE color: 2713122.

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

Color convert

RGB3410241-
CMYK0.6700.600.6
HSL126.18º50%26.67%-
HSV(B)126.18º66.67%40%-
XYZ5.81103.72-
YUV74.71108.9798.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 102 (40.23% from 255) = 57.63%
BLUE value IS 41 (16.41% from 255) = 23.16%
R=19.21%
G=57.63%
B=23.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal34102410.6700.600.6126.185026.67
Hex2266294303C3C7e321b
Octal4214651103074741766233
Binary100010110011010100110000110111100111100111111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226629; }

 p { color: rgb(34,102,41); }

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

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

 a { background-color: rgb(34,102,41); }

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

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

 span { border-color: rgb(34,102,41); }

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