Html Css Color HEX #515B01 Verdun Green

📋 copy color: '#515B01'

red 81 ◦ green 91 ◦ blue 1

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

Shades of Verdun Green #515B01

Tints of Verdun Green #515B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52.6%

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

R = 46.82%
G = 52.6%
B = 0.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#515B01 (or 0x515B01) is known color: Verdun Green. HEX triplet: 51, 5B and 01. RGB value is (81,91,1). Sum of RGB (Red+Green+Blue) = 81+91+1=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #515B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B01 is #AEA4FE. Grayscale: #4E4E4E. Windows color (decimal): -11445503 or 88913. OLE color: 88913.

HSL color Cylindrical-coordinate representation of color #515B01: hue angle of 66.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #515B01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 91 1 -
CMYK 0.11 0 0.99 0.64
HSL 66.67º 0.98% 0.18% -
HSV(B) 66.67º 0.99% 0.36% -
XYZ 7.14 9.23 1.43 -
YUV 77.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 81 91 1 0.11 0 0.99 0.64 66.67 0.98 0.18
Hex 51 5B 1 B 0 63 40 43 62 12
Octal 121 133 1 13 0 143 100 103 142 22
Binary 1010001 1011011 1 1011 0 1100011 1000000 1000011 1100010 10010

Color Harmonies of #515B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B01

Black with #515B01

Text Example


Text Example

White with #515B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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