#224B38

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

Shades of Bottle Green #224B38

Tints of Bottle Green #224B38

Color information

#224B38 (or 0x224B38) is unknown color: approx Bottle Green. HEX triplet: 22, 4B and 38. RGB value is (34,75,56). Sum of RGB (Red+Green+Blue) = 34+75+56=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #224B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B38 is #DDB4C7. Grayscale: #3C3C3C. Windows color (decimal): -14529736 or 3689250. OLE color: 3689250.

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

Color convert

RGB347556-
CMYK0.5500.250.71
HSL152.2º37.61%21.37%-
HSV(B)152.2º54.67%29.41%-
XYZ3.895.664.63-
YUV60.58125.42109.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=20.61%
G=45.45%
B=33.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475560.5500.250.71152.237.6121.37
Hex224B383701947982615
Octal4211370670311072304625
Binary100010100101111100011011101100110001111001100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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