#224835

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

Shades of Bottle Green #224835

Tints of Bottle Green #224835

Color information

#224835 (or 0x224835) is unknown color: approx Bottle Green. HEX triplet: 22, 48 and 35. RGB value is (34,72,53). Sum of RGB (Red+Green+Blue) = 34+72+53=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #224835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224835 is #DDB7CA. Grayscale: #3A3A3A. Windows color (decimal): -14530507 or 3491874. OLE color: 3491874.

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

Color convert

RGB347253-
CMYK0.5300.260.72
HSL150º35.85%20.78%-
HSV(B)150º52.78%28.24%-
XYZ3.625.234.19-
YUV58.47124.91110.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=21.38%
G=45.28%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3472530.5300.260.7215035.8520.78
Hex2248353501A48962415
Octal4211065650321102264425
Binary100010100100011010111010101101010010001001011010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224835; }

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

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

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

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

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

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

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

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