#224C35

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

Shades of Bottle Green #224C35

Tints of Bottle Green #224C35

Color information

#224C35 (or 0x224C35) is unknown color: approx Bottle Green. HEX triplet: 22, 4C and 35. RGB value is (34,76,53). Sum of RGB (Red+Green+Blue) = 34+76+53=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #224C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C35 is #DDB3CA. Grayscale: #3C3C3C. Windows color (decimal): -14529483 or 3492898. OLE color: 3492898.

HSL color Cylindrical-coordinate representation of color #224C35: hue angle of 147.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C35 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB347653-
CMYK0.5500.300.70
HSL147.14º38.18%21.57%-
HSV(B)147.14º55.26%29.8%-
XYZ3.895.774.28-
YUV60.82123.59108.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=20.86%
G=46.63%
B=32.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476530.5500.300.70147.1438.1821.57
Hex224C353701E46932616
Octal4211465670361062234626
Binary100010100110011010111011101111010001101001001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224C35; }

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

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

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

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

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

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

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

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