#224B36

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

Shades of Bottle Green #224B36

Tints of Bottle Green #224B36

Color information

#224B36 (or 0x224B36) is unknown color: approx Bottle Green. HEX triplet: 22, 4B and 36. RGB value is (34,75,54). Sum of RGB (Red+Green+Blue) = 34+75+54=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #224B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B36 is #DDB4C9. Grayscale: #3C3C3C. Windows color (decimal): -14529738 or 3558178. OLE color: 3558178.

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

Color convert

RGB347554-
CMYK0.5500.280.71
HSL149.27º37.61%21.37%-
HSV(B)149.27º54.67%29.41%-
XYZ3.845.644.38-
YUV60.35124.42109.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=20.86%
G=46.01%
B=33.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475540.5500.280.71149.2737.6121.37
Hex224B363701C47952615
Octal4211366670341072254625
Binary100010100101111011011011101110010001111001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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