#227428

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

Shades of San Felix #227428

Tints of San Felix #227428

Color information

#227428 (or 0x227428) is unknown color: approx San Felix. HEX triplet: 22, 74 and 28. RGB value is (34,116,40). Sum of RGB (Red+Green+Blue) = 34+116+40=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #227428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227428 is #DD8BD7. Grayscale: #535353. Windows color (decimal): -14519256 or 2651170. OLE color: 2651170.

HSL color Cylindrical-coordinate representation of color #227428: hue angle of 124.39º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227428 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB3411640-
CMYK0.7100.660.55
HSL124.39º54.67%29.41%-
HSV(B)124.39º70.69%45.49%-
XYZ7.2912.984.13-
YUV82.82103.8393.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 116 (45.70% from 255) = 61.05%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=17.89%
G=61.05%
B=21.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34116400.7100.660.55124.3954.6729.41
Hex22742847042377c371d
Octal42164501070102671746735
Binary1000101110100101000100011101000010110111111110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227428; }

 p { color: rgb(34,116,40); }

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

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

 a { background-color: rgb(34,116,40); }

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

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

 span { border-color: rgb(34,116,40); }

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