#224430

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

Shades of Everglade #224430

Tints of Everglade #224430

Color information

#224430 (or 0x224430) is unknown color: approx Everglade. HEX triplet: 22, 44 and 30. RGB value is (34,68,48). Sum of RGB (Red+Green+Blue) = 34+68+48=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #224430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224430 is #DDBBCF. Grayscale: #373737. Windows color (decimal): -14531536 or 3163170. OLE color: 3163170.

HSL color Cylindrical-coordinate representation of color #224430: hue angle of 144.71º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #224430 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB346848-
CMYK0.5000.290.73
HSL144.71º33.33%20%-
HSV(B)144.71º50%26.67%-
XYZ3.264.693.53-
YUV55.55123.74112.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=22.67%
G=45.33%
B=32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3468480.5000.290.73144.7133.3320
Hex2244303201D49912114
Octal4210460620351112214124
Binary100010100010011000011001001110110010011001000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224430; }

 p { color: rgb(34,68,48); }

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

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

 a { background-color: rgb(34,68,48); }

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

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

 span { border-color: rgb(34,68,48); }

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