Html Css Color HEX #506B07 Verdun Green

📋 copy color: '#506B07'

red 80 ◦ green 107 ◦ blue 7

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

Shades of Verdun Green #506B07

Tints of Verdun Green #506B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.15%

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

R = 41.24%
G = 55.15%
B = 3.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#506B07 (or 0x506B07) is known color: Verdun Green. HEX triplet: 50, 6B and 07. RGB value is (80,107,7). Sum of RGB (Red+Green+Blue) = 80+107+7=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #506B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B07 is #AF94F8. Grayscale: #575757. Windows color (decimal): -11506937 or 486224. OLE color: 486224.

HSL color Cylindrical-coordinate representation of color #506B07: hue angle of 76.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #506B07 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 7 -
CMYK 0.25 0 0.93 0.58
HSL 76.2º 0.88% 0.22% -
HSV(B) 76.2º 0.93% 0.42% -
XYZ 8.6 12.24 2.11 -
YUV 87.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 80 107 7 0.25 0 0.93 0.58 76.2 0.88 0.22
Hex 50 6B 7 19 0 5D 3A 4C 58 16
Octal 120 153 7 31 0 135 72 114 130 26
Binary 1010000 1101011 111 11001 0 1011101 111010 1001100 1011000 10110

Color Harmonies of #506B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B07

Black with #506B07

Text Example


Text Example

White with #506B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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