#227320

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

Shades of San Felix #227320

Tints of San Felix #227320

Color information

#227320 (or 0x227320) is unknown color: approx San Felix. HEX triplet: 22, 73 and 20. RGB value is (34,115,32). Sum of RGB (Red+Green+Blue) = 34+115+32=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #227320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227320 is #DD8CDF. Grayscale: #515151. Windows color (decimal): -14519520 or 2126626. OLE color: 2126626.

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

Color convert

RGB3411532-
CMYK0.7000.720.55
HSL118.55º56.46%28.82%-
HSV(B)118.55º72.17%45.1%-
XYZ7.0512.713.45-
YUV81.32100.1694.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 115 (45.31% from 255) = 63.54%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=18.78%
G=63.54%
B=17.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34115320.7000.720.55118.5556.4628.82
Hex227320460483777381d
Octal42163401060110671677035
Binary1000101110011100000100011001001000110111111011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227320; }

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

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

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

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

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

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

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

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