#224128

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

Shades of Gordons Green #224128

Tints of Gordons Green #224128

Color information

#224128 (or 0x224128) is unknown color: approx Gordons Green. HEX triplet: 22, 41 and 28. RGB value is (34,65,40). Sum of RGB (Red+Green+Blue) = 34+65+40=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #224128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224128 is #DDBED7. Grayscale: #343434. Windows color (decimal): -14532312 or 2638114. OLE color: 2638114.

HSL color Cylindrical-coordinate representation of color #224128: hue angle of 131.61º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224128 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB346540-
CMYK0.4800.380.75
HSL131.61º31.31%19.41%-
HSV(B)131.61º47.69%25.49%-
XYZ2.934.272.68-
YUV52.88120.73114.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=24.46%
G=46.76%
B=28.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465400.4800.380.75131.6131.3119.41
Hex224128300264B841f13
Octal4210150600461132043723
Binary100010100000110100011000001001101001011100001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224128; }

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

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

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

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

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

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

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

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