#214836

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

Shades of Bottle Green #214836

Tints of Bottle Green #214836

Color information

#214836 (or 0x214836) is unknown color: approx Bottle Green. HEX triplet: 21, 48 and 36. RGB value is (33,72,54). Sum of RGB (Red+Green+Blue) = 33+72+54=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #214836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214836 is #DEB7C9. Grayscale: #3A3A3A. Windows color (decimal): -14596042 or 3557409. OLE color: 3557409.

HSL color Cylindrical-coordinate representation of color #214836: hue angle of 152.31º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214836 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB337254-
CMYK0.5400.250.72
HSL152.31º37.14%20.59%-
HSV(B)152.31º54.17%28.24%-
XYZ3.615.224.31-
YUV58.29125.58109.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=20.75%
G=45.28%
B=33.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372540.5400.250.72152.3137.1420.59
Hex2148363601948982515
Octal4111066660311102304525
Binary100001100100011011011011001100110010001001100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214836; }

 p { color: rgb(33,72,54); }

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

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

 a { background-color: rgb(33,72,54); }

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

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

 span { border-color: rgb(33,72,54); }

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