Html Css Color HEX #21424C Green Vogue

📋 copy color: '#21424C'

red 33 ◦ green 66 ◦ blue 76

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

Shades of Green Vogue #21424C

Tints of Green Vogue #21424C

RGB

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

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

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

R = 18.86%
G = 37.71%
B = 43.43%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21424C (or 0x21424C) is known color: Green Vogue. HEX triplet: 21, 42 and 4C. RGB value is (33,66,76). Sum of RGB (Red+Green+Blue) = 33+66+76=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #21424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21424C is #DEBDB3. Grayscale: #393939. Windows color (decimal): -14597556 or 4997665. OLE color: 4997665.

HSL color Cylindrical-coordinate representation of color #21424C: hue angle of 193.95º 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 #21424C is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 66 76 -
CMYK 0.57 0.13 0 0.70
HSL 193.95º 0.39% 0.21% -
HSV(B) 193.95º 0.57% 0.3% -
XYZ 3.88 4.74 7.55 -
YUV 57.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 33 66 76 0.57 0.13 0 0.70 193.95 0.39 0.21
Hex 21 42 4C 39 D 0 46 C2 27 15
Octal 41 102 114 71 15 0 106 302 47 25
Binary 100001 1000010 1001100 111001 1101 0 1000110 11000010 100111 10101

Color Harmonies of #21424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21424C

Black with #21424C

Text Example


Text Example

White with #21424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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