#224132

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

Shades of Everglade #224132

Tints of Everglade #224132

Color information

#224132 (or 0x224132) is unknown color: approx Everglade. HEX triplet: 22, 41 and 32. RGB value is (34,65,50). Sum of RGB (Red+Green+Blue) = 34+65+50=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #224132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224132 is #DDBECD. Grayscale: #363636. Windows color (decimal): -14532302 or 3293474. OLE color: 3293474.

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

Color convert

RGB346550-
CMYK0.4800.230.75
HSL150.97º31.31%19.41%-
HSV(B)150.97º47.69%25.49%-
XYZ3.134.353.69-
YUV54.02125.73113.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=22.82%
G=43.62%
B=33.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465500.4800.230.75150.9731.3119.41
Hex224132300174B971f13
Octal4210162600271132273723
Binary10001010000011100101100000101111001011100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224132; }

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

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

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

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

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

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

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

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