#224935

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

Shades of Bottle Green #224935

Tints of Bottle Green #224935

Color information

#224935 (or 0x224935) is unknown color: approx Bottle Green. HEX triplet: 22, 49 and 35. RGB value is (34,73,53). Sum of RGB (Red+Green+Blue) = 34+73+53=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #224935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224935 is #DDB6CA. Grayscale: #3B3B3B. Windows color (decimal): -14530251 or 3492130. OLE color: 3492130.

HSL color Cylindrical-coordinate representation of color #224935: hue angle of 149.23º 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 #224935 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB347353-
CMYK0.5300.270.71
HSL149.23º36.45%20.98%-
HSV(B)149.23º53.42%28.63%-
XYZ3.685.364.21-
YUV59.06124.58110.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=21.25%
G=45.62%
B=33.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473530.5300.270.71149.2336.4520.98
Hex2249353501B47952415
Octal4211165650331072254425
Binary100010100100111010111010101101110001111001010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224935; }

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

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

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

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

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

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

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

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