#222415

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

Shades of Green Waterloo #222415

Tints of Green Waterloo #222415

Color information

#222415 (or 0x222415) is unknown color: approx Green Waterloo. HEX triplet: 22, 24 and 15. RGB value is (34,36,21). Sum of RGB (Red+Green+Blue) = 34+36+21=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #222415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222415 is #DDDBEA. Grayscale: #212121. Windows color (decimal): -14539755 or 1385506. OLE color: 1385506.

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

Color convert

RGB343621-
CMYK0.0600.420.86
HSL68º26.32%11.18%-
HSV(B)68º41.67%14.12%-
XYZ1.431.660.95-
YUV33.69120.84128.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=37.36%
G=39.56%
B=23.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3436210.0600.420.866826.3211.18
Hex222415602A56441ab
Octal42442560521261043213
Binary10001010010010101110010101010101101000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222415; }

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

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

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

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

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

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

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

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