Html Css Color HEX #222516 Green Waterloo

📋 copy color: '#222516'

red 34 ◦ green 37 ◦ blue 22

#222516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #222516

Tints of Green Waterloo #222516

RGB

 RED value IS 34 (13.67% from 255) = 36.56%

 GREEN value IS 37 (14.84% from 255) = 39.78%

 BLUE value IS 22 (8.98% from 255) = 23.66%

R = 36.56%
G = 39.78%
B = 23.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#222516 (or 0x222516) is known color: Green Waterloo. HEX triplet: 22, 25 and 16. RGB value is (34,37,22). Sum of RGB (Red+Green+Blue) = 34+37+22=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #222516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222516 is #DDDAE9. Grayscale: #222222. Windows color (decimal): -14539498 or 1451298. OLE color: 1451298.

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

Color convert

RGB 34 37 22 -
CMYK 0.08 0 0.41 0.85
HSL 72º 0.25% 0.12% -
HSV(B) 72º 0.41% 0.15% -
XYZ 1.47 1.72 1.01 -
YUV 34.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 34 37 22 0.08 0 0.41 0.85 72 0.25 0.12
Hex 22 25 16 8 0 29 55 48 19 C
Octal 42 45 26 10 0 51 125 110 31 14
Binary 100010 100101 10110 1000 0 101001 1010101 1001000 11001 1100

Color Harmonies of #222516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222516

Black with #222516

Text Example


Text Example

White with #222516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222516; }

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

 H1.HeaderClassName
 {
   color: #222516;
 }
 .AnyTagClassName
 {
   color: #222516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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