Html Css Color HEX #506101 Verdun Green

📋 copy color: '#506101'

red 80 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #506101

Tints of Verdun Green #506101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.49%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 44.94%
G = 54.49%
B = 0.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#506101 (or 0x506101) is known color: Verdun Green. HEX triplet: 50, 61 and 01. RGB value is (80,97,1). Sum of RGB (Red+Green+Blue) = 80+97+1=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #506101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506101 is #AF9EFE. Grayscale: #515151. Windows color (decimal): -11509503 or 90448. OLE color: 90448.

HSL color Cylindrical-coordinate representation of color #506101: hue angle of 70.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #506101 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 1 -
CMYK 0.18 0 0.99 0.62
HSL 70.62º 0.98% 0.19% -
HSV(B) 70.62º 0.99% 0.38% -
XYZ 7.59 10.26 1.61 -
YUV 80.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 80 97 1 0.18 0 0.99 0.62 70.62 0.98 0.19
Hex 50 61 1 12 0 63 3E 47 62 13
Octal 120 141 1 22 0 143 76 107 142 23
Binary 1010000 1100001 1 10010 0 1100011 111110 1000111 1100010 10011

Color Harmonies of #506101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506101

Black with #506101

Text Example


Text Example

White with #506101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506101; }

 p { color: rgb(80,97,1); }

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

background-color css

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

 a { background-color: rgb(80,97,1); }

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

border-color css

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

 span { border-color: rgb(80,97,1); }

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