Html Css Color HEX #506B04 Verdun Green

📋 copy color: '#506B04'

red 80 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #506B04

Tints of Verdun Green #506B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.09%

R = 41.88%
G = 56.02%
B = 2.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#506B04 (or 0x506B04) is known color: Verdun Green. HEX triplet: 50, 6B and 04. RGB value is (80,107,4). Sum of RGB (Red+Green+Blue) = 80+107+4=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #506B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B04 is #AF94FB. Grayscale: #575757. Windows color (decimal): -11506940 or 289616. OLE color: 289616.

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

Color convert

RGB 80 107 4 -
CMYK 0.25 0 0.96 0.58
HSL 75.73º 0.93% 0.22% -
HSV(B) 75.73º 0.96% 0.42% -
XYZ 8.59 12.23 2.02 -
YUV 87.19 81.05 122.88 -
System Red Green Blue C M Y K H S L
Decimal 80 107 4 0.25 0 0.96 0.58 75.73 0.93 0.22
Hex 50 6B 4 19 0 60 3A 4C 5D 16
Octal 120 153 4 31 0 140 72 114 135 26
Binary 1010000 1101011 100 11001 0 1100000 111010 1001100 1011101 10110

Color Harmonies of #506B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B04

Black with #506B04

Text Example


Text Example

White with #506B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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