Html Css Color HEX #21424D Green Vogue

📋 copy color: '#21424D'

red 33 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #21424D

Tints of Green Vogue #21424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 18.75%
G = 37.5%
B = 43.75%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21424D (or 0x21424D) is known color: Green Vogue. HEX triplet: 21, 42 and 4D. RGB value is (33,66,77). Sum of RGB (Red+Green+Blue) = 33+66+77=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #21424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21424D is #DEBDB2. Grayscale: #393939. Windows color (decimal): -14597555 or 5063201. OLE color: 5063201.

HSL color Cylindrical-coordinate representation of color #21424D: hue angle of 195º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21424D is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 66 77 -
CMYK 0.57 0.14 0 0.70
HSL 195º 0.4% 0.22% -
HSV(B) 195º 0.57% 0.3% -
XYZ 3.91 4.76 7.73 -
YUV 57.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 33 66 77 0.57 0.14 0 0.70 195 0.4 0.22
Hex 21 42 4D 39 E 0 46 C3 28 16
Octal 41 102 115 71 16 0 106 303 50 26
Binary 100001 1000010 1001101 111001 1110 0 1000110 11000011 101000 10110

Color Harmonies of #21424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21424D

Black with #21424D

Text Example


Text Example

White with #21424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21424D; }

 p { color: rgb(33,66,77); }

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

background-color css

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

 a { background-color: rgb(33,66,77); }

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

border-color css

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

 span { border-color: rgb(33,66,77); }

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