Html Css Color HEX #50690E Verdun Green

📋 copy color: '#50690E'

red 80 ◦ green 105 ◦ blue 14

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

Shades of Verdun Green #50690E

Tints of Verdun Green #50690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 40.2%
G = 52.76%
B = 7.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#50690E (or 0x50690E) is known color: Verdun Green. HEX triplet: 50, 69 and 0E. RGB value is (80,105,14). Sum of RGB (Red+Green+Blue) = 80+105+14=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #50690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50690E is #AF96F1. Grayscale: #575757. Windows color (decimal): -11507442 or 944464. OLE color: 944464.

HSL color Cylindrical-coordinate representation of color #50690E: hue angle of 76.48º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50690E is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 14 -
CMYK 0.24 0 0.87 0.59
HSL 76.48º 0.76% 0.23% -
HSV(B) 76.48º 0.87% 0.41% -
XYZ 8.44 11.84 2.26 -
YUV 87.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 80 105 14 0.24 0 0.87 0.59 76.48 0.76 0.23
Hex 50 69 E 18 0 57 3B 4C 4C 17
Octal 120 151 16 30 0 127 73 114 114 27
Binary 1010000 1101001 1110 11000 0 1010111 111011 1001100 1001100 10111

Color Harmonies of #50690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50690E

Black with #50690E

Text Example


Text Example

White with #50690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50690E; }

 p { color: rgb(80,105,14); }

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

background-color css

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

 a { background-color: rgb(80,105,14); }

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

border-color css

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

 span { border-color: rgb(80,105,14); }

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