#222622

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

Shades of Gordons Green #222622

Tints of Gordons Green #222622

Color information

#222622 (or 0x222622) is unknown color: approx Gordons Green. HEX triplet: 22, 26 and 22. RGB value is (34,38,34). Sum of RGB (Red+Green+Blue) = 34+38+34=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 38 - color contains mainly: green. Hex color #222622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222622 is #DDD9DD. Grayscale: #242424. Windows color (decimal): -14539230 or 2237986. OLE color: 2237986.

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

Color convert

RGB343834-
CMYK0.1100.110.85
HSL120º5.56%14.12%-
HSV(B)120º10.53%14.9%-
XYZ1.641.841.78-
YUV36.35126.67126.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=32.08%
G=35.85%
B=32.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3438340.1100.110.851205.5614.12
Hex222622B0B55786e
Octal42464213013125170616
Binary100010100110100010101101011101010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222622; }

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

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

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

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

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

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

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

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