#224735

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

Shades of Bottle Green #224735

Tints of Bottle Green #224735

Color information

#224735 (or 0x224735) is unknown color: approx Bottle Green. HEX triplet: 22, 47 and 35. RGB value is (34,71,53). Sum of RGB (Red+Green+Blue) = 34+71+53=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #224735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224735 is #DDB8CA. Grayscale: #393939. Windows color (decimal): -14530763 or 3491618. OLE color: 3491618.

HSL color Cylindrical-coordinate representation of color #224735: hue angle of 150.81º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #224735 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB347153-
CMYK0.5200.250.72
HSL150.81º35.24%20.59%-
HSV(B)150.81º52.11%27.84%-
XYZ3.565.14.17-
YUV57.89125.24110.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=21.52%
G=44.94%
B=33.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471530.5200.250.72150.8135.2420.59
Hex2247353401948972315
Octal4210765640311102274325
Binary100010100011111010111010001100110010001001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224735; }

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

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

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

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

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

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

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

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