#22422A

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

Shades of Gordons Green #22422A

Tints of Gordons Green #22422A

Color information

#22422A (or 0x22422A) is unknown color: approx Gordons Green. HEX triplet: 22, 42 and 2A. RGB value is (34,66,42). Sum of RGB (Red+Green+Blue) = 34+66+42=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #22422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22422A is #DDBDD5. Grayscale: #353535. Windows color (decimal): -14532054 or 2769442. OLE color: 2769442.

HSL color Cylindrical-coordinate representation of color #22422A: hue angle of 135º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #22422A is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB346642-
CMYK0.4800.360.74
HSL135º32%19.61%-
HSV(B)135º48.48%25.88%-
XYZ3.034.42.88-
YUV53.7121.4113.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.94%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=23.94%
G=46.48%
B=29.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466420.4800.360.741353219.61
Hex22422A300244A872014
Octal4210252600441122074024
Binary1000101000010101010110000010010010010101000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22422A; }

 p { color: rgb(34,66,42); }

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

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

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

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

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

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

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