#224130

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

Shades of Everglade #224130

Tints of Everglade #224130

Color information

#224130 (or 0x224130) is unknown color: approx Everglade. HEX triplet: 22, 41 and 30. RGB value is (34,65,48). Sum of RGB (Red+Green+Blue) = 34+65+48=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #224130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224130 is #DDBECF. Grayscale: #353535. Windows color (decimal): -14532304 or 3162402. OLE color: 3162402.

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

Color convert

RGB346548-
CMYK0.4800.260.75
HSL147.1º31.31%19.41%-
HSV(B)147.1º47.69%25.49%-
XYZ3.084.333.47-
YUV53.79124.73113.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.13%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=23.13%
G=44.22%
B=32.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465480.4800.260.75147.131.3119.41
Hex2241303001A4B931f13
Octal4210160600321132233723
Binary10001010000011100001100000110101001011100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224130; }

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

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

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

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

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

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

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

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