#224026

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

Shades of Gordons Green #224026

Tints of Gordons Green #224026

Color information

#224026 (or 0x224026) is unknown color: approx Gordons Green. HEX triplet: 22, 40 and 26. RGB value is (34,64,38). Sum of RGB (Red+Green+Blue) = 34+64+38=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #224026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224026 is #DDBFD9. Grayscale: #343434. Windows color (decimal): -14532570 or 2506786. OLE color: 2506786.

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

Color convert

RGB346438-
CMYK0.4700.410.75
HSL128º30.61%19.22%-
HSV(B)128º46.88%25.1%-
XYZ2.844.152.48-
YUV52.07120.06115.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=25%
G=47.06%
B=27.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464380.4700.410.7512830.6119.22
Hex2240262F0294B801f13
Octal4210046570511132003723
Binary100010100000010011010111101010011001011100000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224026; }

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

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

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

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

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

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

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

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