Html Css Color HEX #50690F Verdun Green

📋 copy color: '#50690F'

red 80 ◦ green 105 ◦ blue 15

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

Shades of Verdun Green #50690F

Tints of Verdun Green #50690F

RGB

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

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

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

R = 40%
G = 52.5%
B = 7.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#50690F (or 0x50690F) is known color: Verdun Green. HEX triplet: 50, 69 and 0F. RGB value is (80,105,15). Sum of RGB (Red+Green+Blue) = 80+105+15=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #50690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50690F is #AF96F0. Grayscale: #575757. Windows color (decimal): -11507441 or 1010000. OLE color: 1010000.

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

Color convert

RGB 80 105 15 -
CMYK 0.24 0 0.86 0.59
HSL 76.67º 0.75% 0.24% -
HSV(B) 76.67º 0.86% 0.41% -
XYZ 8.45 11.84 2.29 -
YUV 87.27 87.22 122.82 -
System Red Green Blue C M Y K H S L
Decimal 80 105 15 0.24 0 0.86 0.59 76.67 0.75 0.24
Hex 50 69 F 18 0 56 3B 4D 4B 18
Octal 120 151 17 30 0 126 73 115 113 30
Binary 1010000 1101001 1111 11000 0 1010110 111011 1001101 1001011 11000

Color Harmonies of #50690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50690F

Black with #50690F

Text Example


Text Example

White with #50690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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