#224C36

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

Shades of Bottle Green #224C36

Tints of Bottle Green #224C36

Color information

#224C36 (or 0x224C36) is unknown color: approx Bottle Green. HEX triplet: 22, 4C and 36. RGB value is (34,76,54). Sum of RGB (Red+Green+Blue) = 34+76+54=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #224C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C36 is #DDB3C9. Grayscale: #3C3C3C. Windows color (decimal): -14529482 or 3558434. OLE color: 3558434.

HSL color Cylindrical-coordinate representation of color #224C36: hue angle of 148.57º 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 #224C36 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB347654-
CMYK0.5500.290.70
HSL148.57º38.18%21.57%-
HSV(B)148.57º55.26%29.8%-
XYZ3.915.784.4-
YUV60.93124.09108.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=20.73%
G=46.34%
B=32.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476540.5500.290.70148.5738.1821.57
Hex224C363701D46952616
Octal4211466670351062254626
Binary100010100110011011011011101110110001101001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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