Html Css Color HEX #50611C Verdun Green

📋 copy color: '#50611C'

red 80 ◦ green 97 ◦ blue 28

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

Shades of Verdun Green #50611C

Tints of Verdun Green #50611C

RGB

 RED value IS 80 (31.64% from 255) = 39.02%

 GREEN value IS 97 (38.28% from 255) = 47.32%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 39.02%
G = 47.32%
B = 13.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#50611C (or 0x50611C) is known color: Verdun Green. HEX triplet: 50, 61 and 1C. RGB value is (80,97,28). Sum of RGB (Red+Green+Blue) = 80+97+28=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #50611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50611C is #AF9EE3. Grayscale: #545454. Windows color (decimal): -11509476 or 1859920. OLE color: 1859920.

HSL color Cylindrical-coordinate representation of color #50611C: hue angle of 74.78º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50611C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 28 -
CMYK 0.18 0 0.71 0.62
HSL 74.78º 0.55% 0.25% -
HSV(B) 74.78º 0.71% 0.38% -
XYZ 7.79 10.34 2.68 -
YUV 84.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 80 97 28 0.18 0 0.71 0.62 74.78 0.55 0.25
Hex 50 61 1C 12 0 47 3E 4B 37 19
Octal 120 141 34 22 0 107 76 113 67 31
Binary 1010000 1100001 11100 10010 0 1000111 111110 1001011 110111 11001

Color Harmonies of #50611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50611C

Black with #50611C

Text Example


Text Example

White with #50611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,97,28); }

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

background-color css

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

 a { background-color: rgb(80,97,28); }

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

border-color css

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

 span { border-color: rgb(80,97,28); }

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