#226713

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

Shades of San Felix #226713

Tints of San Felix #226713

Color information

#226713 (or 0x226713) is unknown color: approx San Felix. HEX triplet: 22, 67 and 13. RGB value is (34,103,19). Sum of RGB (Red+Green+Blue) = 34+103+19=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #226713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226713 is #DD98EC. Grayscale: #494949. Windows color (decimal): -14522605 or 1271586. OLE color: 1271586.

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

Color convert

RGB3410319-
CMYK0.6700.820.60
HSL109.29º68.85%23.92%-
HSV(B)109.29º81.55%40.39%-
XYZ5.6310.092.27-
YUV72.7997.64100.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.79%
GREEN value IS 103 (40.62% from 255) = 66.03%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=21.79%
G=66.03%
B=12.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34103190.6700.820.60109.2968.8523.92
Hex226713430523C6d4518
Octal421472310301227415510530
Binary1000101100111100111000011010100101111001101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226713; }

 p { color: rgb(34,103,19); }

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

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

 a { background-color: rgb(34,103,19); }

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

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

 span { border-color: rgb(34,103,19); }

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