#224227

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

Shades of Gordons Green #224227

Tints of Gordons Green #224227

Color information

#224227 (or 0x224227) is unknown color: approx Gordons Green. HEX triplet: 22, 42 and 27. RGB value is (34,66,39). Sum of RGB (Red+Green+Blue) = 34+66+39=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #224227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224227 is #DDBDD8. Grayscale: #353535. Windows color (decimal): -14532057 or 2572834. OLE color: 2572834.

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

Color convert

RGB346639-
CMYK0.4800.410.74
HSL129.38º32%19.61%-
HSV(B)129.38º48.48%25.88%-
XYZ2.974.382.61-
YUV53.35119.9114.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=24.46%
G=47.48%
B=28.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466390.4800.410.74129.383219.61
Hex224227300294A812014
Octal4210247600511122014024
Binary1000101000010100111110000010100110010101000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224227; }

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

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

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

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

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

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

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

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