Html Css Color HEX #515101 Verdun Green

📋 copy color: '#515101'

red 81 ◦ green 81 ◦ blue 1

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

Shades of Verdun Green #515101

Tints of Verdun Green #515101

RGB

 RED value IS 81 (32.03% from 255) = 49.69%

 GREEN value IS 81 (32.03% from 255) = 49.69%

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

R = 49.69%
G = 49.69%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#515101 (or 0x515101) is known color: Verdun Green. HEX triplet: 51, 51 and 01. RGB value is (81,81,1). Sum of RGB (Red+Green+Blue) = 81+81+1=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515101 is #AEAEFE. Grayscale: #484848. Windows color (decimal): -11448063 or 86353. OLE color: 86353.

HSL color Cylindrical-coordinate representation of color #515101: hue angle of 60º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #515101 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 81 1 -
CMYK 0 0 0.99 0.68
HSL 60º 0.98% 0.16% -
HSV(B) 60º 0.99% 0.32% -
XYZ 6.34 7.64 1.17 -
YUV 71.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 81 81 1 0 0 0.99 0.68 60 0.98 0.16
Hex 51 51 1 0 0 63 44 3C 62 10
Octal 121 121 1 0 0 143 104 74 142 20
Binary 1010001 1010001 1 0 0 1100011 1000100 111100 1100010 10000

Color Harmonies of #515101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515101

Black with #515101

Text Example


Text Example

White with #515101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515101; }

 p { color: rgb(81,81,1); }

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

background-color css

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

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

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

border-color css

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

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

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