Html Css Color HEX #20414C Green Vogue

📋 copy color: '#20414C'

red 32 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #20414C

Tints of Green Vogue #20414C

RGB

 RED value IS 32 (12.89% from 255) = 18.5%

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 18.5%
G = 37.57%
B = 43.93%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20414C (or 0x20414C) is known color: Green Vogue. HEX triplet: 20, 41 and 4C. RGB value is (32,65,76). Sum of RGB (Red+Green+Blue) = 32+65+76=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #20414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20414C is #DFBEB3. Grayscale: #383838. Windows color (decimal): -14663348 or 4997408. OLE color: 4997408.

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

Color convert

RGB 32 65 76 -
CMYK 0.58 0.14 0 0.70
HSL 195º 0.41% 0.21% -
HSV(B) 195º 0.58% 0.3% -
XYZ 3.79 4.61 7.53 -
YUV 56.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 32 65 76 0.58 0.14 0 0.70 195 0.41 0.21
Hex 20 41 4C 3A E 0 46 C3 29 15
Octal 40 101 114 72 16 0 106 303 51 25
Binary 100000 1000001 1001100 111010 1110 0 1000110 11000011 101001 10101

Color Harmonies of #20414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20414C

Black with #20414C

Text Example


Text Example

White with #20414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,65,76); }

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

background-color css

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

 a { background-color: rgb(32,65,76); }

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

border-color css

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

 span { border-color: rgb(32,65,76); }

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