#214734

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

Shades of Bottle Green #214734

Tints of Bottle Green #214734

Color information

#214734 (or 0x214734) is unknown color: approx Bottle Green. HEX triplet: 21, 47 and 34. RGB value is (33,71,52). Sum of RGB (Red+Green+Blue) = 33+71+52=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #214734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214734 is #DEB8CB. Grayscale: #393939. Windows color (decimal): -14596300 or 3426081. OLE color: 3426081.

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

Color convert

RGB337152-
CMYK0.5400.270.72
HSL150º36.54%20.39%-
HSV(B)150º53.52%27.84%-
XYZ3.55.084.04-
YUV57.47124.91110.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=21.15%
G=45.51%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371520.5400.270.7215036.5420.39
Hex2147343601B48962514
Octal4110764660331102264524
Binary100001100011111010011011001101110010001001011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214734; }

 p { color: rgb(33,71,52); }

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

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

 a { background-color: rgb(33,71,52); }

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

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

 span { border-color: rgb(33,71,52); }

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