#222412

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

Shades of Green Waterloo #222412

Tints of Green Waterloo #222412

Color information

#222412 (or 0x222412) is unknown color: approx Green Waterloo. HEX triplet: 22, 24 and 12. RGB value is (34,36,18). Sum of RGB (Red+Green+Blue) = 34+36+18=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #222412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222412 is #DDDBED. Grayscale: #212121. Windows color (decimal): -14539758 or 1188898. OLE color: 1188898.

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

Color convert

RGB343618-
CMYK0.0600.50.86
HSL66.67º33.33%10.59%-
HSV(B)66.67º50%14.12%-
XYZ1.41.650.82-
YUV33.35119.34128.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=38.64%
G=40.91%
B=20.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3436180.0600.50.8666.6733.3310.59
Hex2224126032564321b
Octal42442260621261034113
Binary100010100100100101100110010101011010000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222412; }

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

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

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

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

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

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

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

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