#224228

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

Shades of Gordons Green #224228

Tints of Gordons Green #224228

Color information

#224228 (or 0x224228) is unknown color: approx Gordons Green. HEX triplet: 22, 42 and 28. RGB value is (34,66,40). Sum of RGB (Red+Green+Blue) = 34+66+40=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #224228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224228 is #DDBDD7. Grayscale: #353535. Windows color (decimal): -14532056 or 2638370. OLE color: 2638370.

HSL color Cylindrical-coordinate representation of color #224228: hue angle of 131.25º 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 #224228 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB346640-
CMYK0.4800.390.74
HSL131.25º32%19.61%-
HSV(B)131.25º48.48%25.88%-
XYZ2.994.392.7-
YUV53.47120.4114.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.29%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=24.29%
G=47.14%
B=28.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466400.4800.390.74131.253219.61
Hex224228300274A832014
Octal4210250600471122034024
Binary1000101000010101000110000010011110010101000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224228; }

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

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

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

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

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

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

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

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