Html Css Color HEX #506C06 Verdun Green

📋 copy color: '#506C06'

red 80 ◦ green 108 ◦ blue 6

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

Shades of Verdun Green #506C06

Tints of Verdun Green #506C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.67%

 BLUE value IS 6 (2.73% from 255) = 3.09%

R = 41.24%
G = 55.67%
B = 3.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#506C06 (or 0x506C06) is known color: Verdun Green. HEX triplet: 50, 6C and 06. RGB value is (80,108,6). Sum of RGB (Red+Green+Blue) = 80+108+6=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #506C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506C06 is #AF93F9. Grayscale: #585858. Windows color (decimal): -11506682 or 420944. OLE color: 420944.

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

Color convert

RGB 80 108 6 -
CMYK 0.26 0 0.94 0.58
HSL 76.47º 0.89% 0.22% -
HSV(B) 76.47º 0.94% 0.42% -
XYZ 8.7 12.44 2.12 -
YUV 88 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 80 108 6 0.26 0 0.94 0.58 76.47 0.89 0.22
Hex 50 6C 6 1A 0 5E 3A 4C 59 16
Octal 120 154 6 32 0 136 72 114 131 26
Binary 1010000 1101100 110 11010 0 1011110 111010 1001100 1011001 10110

Color Harmonies of #506C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C06

Black with #506C06

Text Example


Text Example

White with #506C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,6); }

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

background-color css

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

 a { background-color: rgb(80,108,6); }

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

border-color css

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

 span { border-color: rgb(80,108,6); }

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