Html Css Color HEX #506705 Verdun Green

📋 copy color: '#506705'

red 80 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #506705

Tints of Verdun Green #506705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.79%

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 42.55%
G = 54.79%
B = 2.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#506705 (or 0x506705) is known color: Verdun Green. HEX triplet: 50, 67 and 05. RGB value is (80,103,5). Sum of RGB (Red+Green+Blue) = 80+103+5=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #506705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506705 is #AF98FA. Grayscale: #555555. Windows color (decimal): -11507963 or 354128. OLE color: 354128.

HSL color Cylindrical-coordinate representation of color #506705: hue angle of 74.08º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #506705 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 5 -
CMYK 0.22 0 0.95 0.60
HSL 74.08º 0.91% 0.21% -
HSV(B) 74.08º 0.95% 0.4% -
XYZ 8.19 11.42 1.92 -
YUV 84.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 80 103 5 0.22 0 0.95 0.60 74.08 0.91 0.21
Hex 50 67 5 16 0 5F 3C 4A 5B 15
Octal 120 147 5 26 0 137 74 112 133 25
Binary 1010000 1100111 101 10110 0 1011111 111100 1001010 1011011 10101

Color Harmonies of #506705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506705

Black with #506705

Text Example


Text Example

White with #506705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506705; }

 p { color: rgb(80,103,5); }

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

background-color css

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

 a { background-color: rgb(80,103,5); }

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

border-color css

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

 span { border-color: rgb(80,103,5); }

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