Html Css Color HEX #506907 Verdun Green

📋 copy color: '#506907'

red 80 ◦ green 105 ◦ blue 7

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

Shades of Verdun Green #506907

Tints of Verdun Green #506907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.65%

R = 41.67%
G = 54.69%
B = 3.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#506907 (or 0x506907) is known color: Verdun Green. HEX triplet: 50, 69 and 07. RGB value is (80,105,7). Sum of RGB (Red+Green+Blue) = 80+105+7=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #506907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506907 is #AF96F8. Grayscale: #565656. Windows color (decimal): -11507449 or 485712. OLE color: 485712.

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

Color convert

RGB 80 105 7 -
CMYK 0.24 0 0.93 0.59
HSL 75.31º 0.88% 0.22% -
HSV(B) 75.31º 0.93% 0.41% -
XYZ 8.4 11.82 2.04 -
YUV 86.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 80 105 7 0.24 0 0.93 0.59 75.31 0.88 0.22
Hex 50 69 7 18 0 5D 3B 4B 58 16
Octal 120 151 7 30 0 135 73 113 130 26
Binary 1010000 1101001 111 11000 0 1011101 111011 1001011 1011000 10110

Color Harmonies of #506907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506907

Black with #506907

Text Example


Text Example

White with #506907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506907; }

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

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

background-color css

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

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

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

border-color css

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

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

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