#22250B

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

Shades of Green Waterloo #22250B

Tints of Green Waterloo #22250B

Color information

#22250B (or 0x22250B) is unknown color: approx Green Waterloo. HEX triplet: 22, 25 and 0B. RGB value is (34,37,11). Sum of RGB (Red+Green+Blue) = 34+37+11=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #22250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22250B is #DDDAF4. Grayscale: #212121. Windows color (decimal): -14539509 or 730402. OLE color: 730402.

HSL color Cylindrical-coordinate representation of color #22250B: hue angle of 66.92º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #22250B is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB343711-
CMYK0.0800.700.85
HSL66.92º54.17%9.41%-
HSV(B)66.92º70.27%14.51%-
XYZ1.381.690.57-
YUV33.14115.51128.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=41.46%
G=45.12%
B=13.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437110.0800.700.8566.9254.179.41
Hex2225B80465543369
Octal4245131001061251036611
Binary1000101001011011100001000110101010110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22250B; }

 p { color: rgb(34,37,11); }

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

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

 a { background-color: rgb(34,37,11); }

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

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

 span { border-color: rgb(34,37,11); }

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