#214534

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

Shades of Bottle Green #214534

Tints of Bottle Green #214534

Color information

#214534 (or 0x214534) is unknown color: approx Bottle Green. HEX triplet: 21, 45 and 34. RGB value is (33,69,52). Sum of RGB (Red+Green+Blue) = 33+69+52=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #214534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214534 is #DEBACB. Grayscale: #383838. Windows color (decimal): -14596812 or 3425569. OLE color: 3425569.

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

Color convert

RGB336952-
CMYK0.5200.250.73
HSL151.67º35.29%20%-
HSV(B)151.67º52.17%27.06%-
XYZ3.384.834-
YUV56.3125.57111.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=21.43%
G=44.81%
B=33.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369520.5200.250.73151.6735.2920
Hex2145343401949982314
Octal4110564640311112304324
Binary100001100010111010011010001100110010011001100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214534; }

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

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

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

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

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

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

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

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