Html Css Color HEX #214634 Bottle Green

📋 copy color: '#214634'

red 33 ◦ green 70 ◦ blue 52

#214634
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #214634

Tints of Bottle Green #214634

RGB

 RED value IS 33 (13.28% from 255) = 21.29%

 GREEN value IS 70 (27.73% from 255) = 45.16%

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 21.29%
G = 45.16%
B = 33.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#214634 (or 0x214634) is known color: Bottle Green. HEX triplet: 21, 46 and 34. RGB value is (33,70,52). Sum of RGB (Red+Green+Blue) = 33+70+52=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #214634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214634 is #DEB9CB. Grayscale: #383838. Windows color (decimal): -14596556 or 3425825. OLE color: 3425825.

HSL color Cylindrical-coordinate representation of color #214634: hue angle of 150.81º 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 #214634 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 70 52 -
CMYK 0.53 0 0.26 0.73
HSL 150.81º 0.36% 0.2% -
HSV(B) 150.81º 0.53% 0.27% -
XYZ 3.44 4.95 4.02 -
YUV 56.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 33 70 52 0.53 0 0.26 0.73 150.81 0.36 0.2
Hex 21 46 34 35 0 1A 49 97 24 14
Octal 41 106 64 65 0 32 111 227 44 24
Binary 100001 1000110 110100 110101 0 11010 1001001 10010111 100100 10100

Color Harmonies of #214634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214634

Black with #214634

Text Example


Text Example

White with #214634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214634; }

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

 H1.HeaderClassName
 {
   color: #214634;
 }
 .AnyTagClassName
 {
   color: #214634;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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