#22260A

Color #22260A Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #22260A

Tints of Green Waterloo #22260A

Color information

#22260A (or 0x22260A) is unknown color: approx Green Waterloo. HEX triplet: 22, 26 and 0A. RGB value is (34,38,10). Sum of RGB (Red+Green+Blue) = 34+38+10=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #22260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22260A is #DDD9F5. Grayscale: #212121. Windows color (decimal): -14539254 or 665122. OLE color: 665122.

HSL color Cylindrical-coordinate representation of color #22260A: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22260A is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB343810-
CMYK0.1100.740.85
HSL68.57º58.33%9.41%-
HSV(B)68.57º73.68%14.9%-
XYZ1.411.750.55-
YUV33.61114.67128.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=41.46%
G=46.34%
B=12.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3438100.1100.740.8568.5758.339.41
Hex2226AB04A55453a9
Octal4246121301121251057211
Binary1000101001101010101101001010101010110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22260A; }

 p { color: rgb(34,38,10); }

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

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

 a { background-color: rgb(34,38,10); }

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

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

 span { border-color: rgb(34,38,10); }

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