#224934

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

Shades of Bottle Green #224934

Tints of Bottle Green #224934

Color information

#224934 (or 0x224934) is unknown color: approx Bottle Green. HEX triplet: 22, 49 and 34. RGB value is (34,73,52). Sum of RGB (Red+Green+Blue) = 34+73+52=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #224934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224934 is #DDB6CB. Grayscale: #3A3A3A. Windows color (decimal): -14530252 or 3426594. OLE color: 3426594.

HSL color Cylindrical-coordinate representation of color #224934: hue angle of 147.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224934 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB347352-
CMYK0.5300.290.71
HSL147.69º36.45%20.98%-
HSV(B)147.69º53.42%28.63%-
XYZ3.665.354.09-
YUV58.94124.08110.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=21.38%
G=45.91%
B=32.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473520.5300.290.71147.6936.4520.98
Hex2249343501D47942415
Octal4211164650351072244425
Binary100010100100111010011010101110110001111001010010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224934; }

 p { color: rgb(34,73,52); }

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

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

 a { background-color: rgb(34,73,52); }

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

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

 span { border-color: rgb(34,73,52); }

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