#222612

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

Shades of Green Waterloo #222612

Tints of Green Waterloo #222612

Color information

#222612 (or 0x222612) is unknown color: approx Green Waterloo. HEX triplet: 22, 26 and 12. RGB value is (34,38,18). Sum of RGB (Red+Green+Blue) = 34+38+18=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #222612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222612 is #DDD9ED. Grayscale: #222222. Windows color (decimal): -14539246 or 1189410. OLE color: 1189410.

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

Color convert

RGB343818-
CMYK0.1100.530.85
HSL72º35.71%10.98%-
HSV(B)72º52.63%14.9%-
XYZ1.461.770.84-
YUV34.52118.67127.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 18 (7.42% from 255) = 20%
R=37.78%
G=42.22%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3438180.1100.530.857235.7110.98
Hex222612B035554824b
Octal424622130651251104413
Binary1000101001101001010110110101101010110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222612; }

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

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

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

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

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

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

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

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