#227321

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

Shades of San Felix #227321

Tints of San Felix #227321

Color information

#227321 (or 0x227321) is unknown color: approx San Felix. HEX triplet: 22, 73 and 21. RGB value is (34,115,33). Sum of RGB (Red+Green+Blue) = 34+115+33=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #227321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227321 is #DD8CDE. Grayscale: #515151. Windows color (decimal): -14519519 or 2192162. OLE color: 2192162.

HSL color Cylindrical-coordinate representation of color #227321: hue angle of 119.27º 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 #227321 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB3411533-
CMYK0.7000.710.55
HSL119.27º55.41%29.02%-
HSV(B)119.27º71.3%45.1%-
XYZ7.0612.713.52-
YUV81.43100.6694.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 115 (45.31% from 255) = 63.19%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=18.68%
G=63.19%
B=18.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34115330.7000.710.55119.2755.4129.02
Hex227321460473777371d
Octal42163411060107671676735
Binary1000101110011100001100011001000111110111111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227321; }

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

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

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

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

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

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

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

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