Html Css Color HEX #21464C Green Vogue

📋 copy color: '#21464C'

red 33 ◦ green 70 ◦ blue 76

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

Shades of Green Vogue #21464C

Tints of Green Vogue #21464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 18.44%
G = 39.11%
B = 42.46%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21464C (or 0x21464C) is known color: Green Vogue. HEX triplet: 21, 46 and 4C. RGB value is (33,70,76). Sum of RGB (Red+Green+Blue) = 33+70+76=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #21464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21464C is #DEB9B3. Grayscale: #3B3B3B. Windows color (decimal): -14596532 or 4998689. OLE color: 4998689.

HSL color Cylindrical-coordinate representation of color #21464C: hue angle of 188.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21464C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 70 76 -
CMYK 0.57 0.08 0 0.70
HSL 188.37º 0.39% 0.21% -
HSV(B) 188.37º 0.57% 0.3% -
XYZ 4.12 5.23 7.63 -
YUV 59.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 33 70 76 0.57 0.08 0 0.70 188.37 0.39 0.21
Hex 21 46 4C 39 8 0 46 BC 27 15
Octal 41 106 114 71 10 0 106 274 47 25
Binary 100001 1000110 1001100 111001 1000 0 1000110 10111100 100111 10101

Color Harmonies of #21464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21464C

Black with #21464C

Text Example


Text Example

White with #21464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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