#214633

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

Shades of Bottle Green #214633

Tints of Bottle Green #214633

Color information

#214633 (or 0x214633) is unknown color: approx Bottle Green. HEX triplet: 21, 46 and 33. RGB value is (33,70,51). Sum of RGB (Red+Green+Blue) = 33+70+51=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #214633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214633 is #DEB9CC. Grayscale: #383838. Windows color (decimal): -14596557 or 3360289. OLE color: 3360289.

HSL color Cylindrical-coordinate representation of color #214633: hue angle of 149.19º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214633 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB337051-
CMYK0.5300.270.73
HSL149.19º35.92%20.2%-
HSV(B)149.19º52.86%27.45%-
XYZ3.414.943.91-
YUV56.77124.74111.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=21.43%
G=45.45%
B=33.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370510.5300.270.73149.1935.9220.2
Hex2146333501B49952414
Octal4110663650331112254424
Binary100001100011011001111010101101110010011001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214633; }

 p { color: rgb(33,70,51); }

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

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

 a { background-color: rgb(33,70,51); }

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

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

 span { border-color: rgb(33,70,51); }

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