#226024

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

Shades of San Felix #226024

Tints of San Felix #226024

Color information

#226024 (or 0x226024) is unknown color: approx San Felix. HEX triplet: 22, 60 and 24. RGB value is (34,96,36). Sum of RGB (Red+Green+Blue) = 34+96+36=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #226024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226024 is #DD9FDB. Grayscale: #464646. Windows color (decimal): -14524380 or 2383906. OLE color: 2383906.

HSL color Cylindrical-coordinate representation of color #226024: hue angle of 121.94º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226024 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB349636-
CMYK0.6500.620.62
HSL121.94º47.69%25.49%-
HSV(B)121.94º64.58%37.65%-
XYZ5.168.833.1-
YUV70.62108.46101.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=20.48%
G=57.83%
B=21.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496360.6500.620.62121.9447.6925.49
Hex2260244103E3E7a3019
Octal4214044101076761726031
Binary100010110000010010010000010111110111110111101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226024; }

 p { color: rgb(34,96,36); }

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

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

 a { background-color: rgb(34,96,36); }

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

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

 span { border-color: rgb(34,96,36); }

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