Html Css Color HEX #506900 Verdun Green

📋 copy color: '#506900'

red 80 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #506900

Tints of Verdun Green #506900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.24%
G = 56.76%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#506900 (or 0x506900) is known color: Verdun Green. HEX triplet: 50, 69 and 00. RGB value is (80,105,0). Sum of RGB (Red+Green+Blue) = 80+105+0=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #506900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506900 is #AF96FF. Grayscale: #555555. Windows color (decimal): -11507456 or 26960. OLE color: 26960.

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

Color convert

RGB 80 105 0 -
CMYK 0.24 0 1 0.59
HSL 74.29º 1% 0.21% -
HSV(B) 74.29º 1% 0.41% -
XYZ 8.36 11.81 1.84 -
YUV 85.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 80 105 0 0.24 0 1 0.59 74.29 1 0.21
Hex 50 69 0 18 0 64 3B 4A 64 15
Octal 120 151 0 30 0 144 73 112 144 25
Binary 1010000 1101001 0 11000 0 1100100 111011 1001010 1100100 10101

Color Harmonies of #506900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506900

Black with #506900

Text Example


Text Example

White with #506900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506900; }

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

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

background-color css

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

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

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

border-color css

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

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

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