Html Css Color HEX #204251 Green Vogue

📋 copy color: '#204251'

red 32 ◦ green 66 ◦ blue 81

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

Shades of Green Vogue #204251

Tints of Green Vogue #204251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.25%

R = 17.88%
G = 36.87%
B = 45.25%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#204251 (or 0x204251) is known color: Green Vogue. HEX triplet: 20, 42 and 51. RGB value is (32,66,81). Sum of RGB (Red+Green+Blue) = 32+66+81=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #204251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204251 is #DFBDAE. Grayscale: #393939. Windows color (decimal): -14663087 or 5325344. OLE color: 5325344.

HSL color Cylindrical-coordinate representation of color #204251: hue angle of 198.37º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204251 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 66 81 -
CMYK 0.60 0.19 0 0.68
HSL 198.37º 0.43% 0.22% -
HSV(B) 198.37º 0.6% 0.32% -
XYZ 4.03 4.8 8.5 -
YUV 57.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 32 66 81 0.60 0.19 0 0.68 198.37 0.43 0.22
Hex 20 42 51 3C 13 0 44 C6 2B 16
Octal 40 102 121 74 23 0 104 306 53 26
Binary 100000 1000010 1010001 111100 10011 0 1000100 11000110 101011 10110

Color Harmonies of #204251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204251

Black with #204251

Text Example


Text Example

White with #204251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204251; }

 p { color: rgb(32,66,81); }

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

background-color css

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

 a { background-color: rgb(32,66,81); }

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

border-color css

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

 span { border-color: rgb(32,66,81); }

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