#22240C

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

Shades of Green Waterloo #22240C

Tints of Green Waterloo #22240C

Color information

#22240C (or 0x22240C) is unknown color: approx Green Waterloo. HEX triplet: 22, 24 and 0C. RGB value is (34,36,12). Sum of RGB (Red+Green+Blue) = 34+36+12=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #22240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22240C is #DDDBF3. Grayscale: #202020. Windows color (decimal): -14539764 or 795682. OLE color: 795682.

HSL color Cylindrical-coordinate representation of color #22240C: hue angle of 65º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #22240C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB343612-
CMYK0.0600.670.86
HSL65º50%9.41%-
HSV(B)65º66.67%14.12%-
XYZ1.361.630.59-
YUV32.67116.34128.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=41.46%
G=43.90%
B=14.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3436120.0600.670.8665509.41
Hex2224C60435641329
Octal424414601031261016211
Binary100010100100110011001000011101011010000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22240C; }

 p { color: rgb(34,36,12); }

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

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

 a { background-color: rgb(34,36,12); }

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

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

 span { border-color: rgb(34,36,12); }

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