Html Css Color HEX #50560C Verdun Green

📋 copy color: '#50560C'

red 80 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #50560C

Tints of Verdun Green #50560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.31%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 44.94%
G = 48.31%
B = 6.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#50560C (or 0x50560C) is known color: Verdun Green. HEX triplet: 50, 56 and 0C. RGB value is (80,86,12). Sum of RGB (Red+Green+Blue) = 80+86+12=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #50560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50560C is #AFA9F3. Grayscale: #4C4C4C. Windows color (decimal): -11512308 or 808528. OLE color: 808528.

HSL color Cylindrical-coordinate representation of color #50560C: hue angle of 64.86º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50560C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 12 -
CMYK 0.07 0 0.86 0.66
HSL 64.86º 0.76% 0.19% -
HSV(B) 64.86º 0.86% 0.34% -
XYZ 6.7 8.39 1.61 -
YUV 75.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 80 86 12 0.07 0 0.86 0.66 64.86 0.76 0.19
Hex 50 56 C 7 0 56 42 41 4C 13
Octal 120 126 14 7 0 126 102 101 114 23
Binary 1010000 1010110 1100 111 0 1010110 1000010 1000001 1001100 10011

Color Harmonies of #50560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50560C

Black with #50560C

Text Example


Text Example

White with #50560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,86,12); }

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

background-color css

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

 a { background-color: rgb(80,86,12); }

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

border-color css

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

 span { border-color: rgb(80,86,12); }

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