#224B37

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

Shades of Bottle Green #224B37

Tints of Bottle Green #224B37

Color information

#224B37 (or 0x224B37) is unknown color: approx Bottle Green. HEX triplet: 22, 4B and 37. RGB value is (34,75,55). Sum of RGB (Red+Green+Blue) = 34+75+55=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #224B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B37 is #DDB4C8. Grayscale: #3C3C3C. Windows color (decimal): -14529737 or 3623714. OLE color: 3623714.

HSL color Cylindrical-coordinate representation of color #224B37: hue angle of 150.73º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B37 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB347555-
CMYK0.5500.270.71
HSL150.73º37.61%21.37%-
HSV(B)150.73º54.67%29.41%-
XYZ3.875.654.5-
YUV60.46124.92109.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=20.73%
G=45.73%
B=33.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475550.5500.270.71150.7337.6121.37
Hex224B373701B47972615
Octal4211367670331072274625
Binary100010100101111011111011101101110001111001011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,55); }

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

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

 a { background-color: rgb(34,75,55); }

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

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

 span { border-color: rgb(34,75,55); }

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