Html Css Color HEX #222522 Gordons Green

📋 copy color: '#222522'

red 34 ◦ green 37 ◦ blue 34

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

Shades of Gordons Green #222522

Tints of Gordons Green #222522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 32.38%

R = 32.38%
G = 35.24%
B = 32.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#222522 (or 0x222522) is known color: Gordons Green. HEX triplet: 22, 25 and 22. RGB value is (34,37,34). Sum of RGB (Red+Green+Blue) = 34+37+34=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 37 - color contains mainly: green. Hex color #222522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222522 is #DDDADD. Grayscale: #232323. Windows color (decimal): -14539486 or 2237730. OLE color: 2237730.

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

Color convert

RGB 34 37 34 -
CMYK 0.08 0 0.08 0.85
HSL 120º 0.04% 0.14% -
HSV(B) 120º 0.08% 0.15% -
XYZ 1.61 1.78 1.77 -
YUV 35.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 34 37 34 0.08 0 0.08 0.85 120 0.04 0.14
Hex 22 25 22 8 0 8 55 78 4 E
Octal 42 45 42 10 0 10 125 170 4 16
Binary 100010 100101 100010 1000 0 1000 1010101 1111000 100 1110

Color Harmonies of #222522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222522

Black with #222522

Text Example


Text Example

White with #222522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222522; }

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

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

background-color css

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

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

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

border-color css

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

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

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