Html Css Color HEX #50580C Verdun Green

📋 copy color: '#50580C'

red 80 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #50580C

Tints of Verdun Green #50580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.89%

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

R = 44.44%
G = 48.89%
B = 6.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#50580C (or 0x50580C) is known color: Verdun Green. HEX triplet: 50, 58 and 0C. RGB value is (80,88,12). Sum of RGB (Red+Green+Blue) = 80+88+12=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #50580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50580C is #AFA7F3. Grayscale: #4D4D4D. Windows color (decimal): -11511796 or 809040. OLE color: 809040.

HSL color Cylindrical-coordinate representation of color #50580C: hue angle of 66.32º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50580C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 12 -
CMYK 0.09 0 0.86 0.65
HSL 66.32º 0.76% 0.2% -
HSV(B) 66.32º 0.86% 0.35% -
XYZ 6.86 8.71 1.67 -
YUV 76.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 80 88 12 0.09 0 0.86 0.65 66.32 0.76 0.2
Hex 50 58 C 9 0 56 41 42 4C 14
Octal 120 130 14 11 0 126 101 102 114 24
Binary 1010000 1011000 1100 1001 0 1010110 1000001 1000010 1001100 10100

Color Harmonies of #50580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50580C

Black with #50580C

Text Example


Text Example

White with #50580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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