#224031

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

Shades of Everglade #224031

Tints of Everglade #224031

Color information

#224031 (or 0x224031) is unknown color: approx Everglade. HEX triplet: 22, 40 and 31. RGB value is (34,64,49). Sum of RGB (Red+Green+Blue) = 34+64+49=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #224031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224031 is #DDBFCE. Grayscale: #353535. Windows color (decimal): -14532559 or 3227682. OLE color: 3227682.

HSL color Cylindrical-coordinate representation of color #224031: hue angle of 150º 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 #224031 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB346449-
CMYK0.4700.230.75
HSL150º30.61%19.22%-
HSV(B)150º46.88%25.1%-
XYZ3.054.233.56-
YUV53.32125.56114.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=23.13%
G=43.54%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464490.4700.230.7515030.6119.22
Hex2240312F0174B961f13
Octal4210061570271132263723
Binary10001010000001100011011110101111001011100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224031; }

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

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

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

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

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

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

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

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