Html Css Color HEX #50590F Verdun Green

📋 copy color: '#50590F'

red 80 ◦ green 89 ◦ blue 15

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

Shades of Verdun Green #50590F

Tints of Verdun Green #50590F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.37%

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 43.48%
G = 48.37%
B = 8.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#50590F (or 0x50590F) is known color: Verdun Green. HEX triplet: 50, 59 and 0F. RGB value is (80,89,15). Sum of RGB (Red+Green+Blue) = 80+89+15=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #50590F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50590F is #AFA6F0. Grayscale: #4E4E4E. Windows color (decimal): -11511537 or 1005904. OLE color: 1005904.

HSL color Cylindrical-coordinate representation of color #50590F: hue angle of 67.3º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50590F is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 15 -
CMYK 0.10 0 0.83 0.65
HSL 67.3º 0.71% 0.2% -
HSV(B) 67.3º 0.83% 0.35% -
XYZ 6.97 8.88 1.8 -
YUV 77.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 80 89 15 0.10 0 0.83 0.65 67.3 0.71 0.2
Hex 50 59 F A 0 53 41 43 47 14
Octal 120 131 17 12 0 123 101 103 107 24
Binary 1010000 1011001 1111 1010 0 1010011 1000001 1000011 1000111 10100

Color Harmonies of #50590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50590F

Black with #50590F

Text Example


Text Example

White with #50590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50590F; }

 p { color: rgb(80,89,15); }

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

background-color css

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

 a { background-color: rgb(80,89,15); }

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

border-color css

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

 span { border-color: rgb(80,89,15); }

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