Html Css Color HEX #515003 Verdun Green

📋 copy color: '#515003'

red 81 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #515003

Tints of Verdun Green #515003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 49.39%
G = 48.78%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#515003 (or 0x515003) is known color: Verdun Green. HEX triplet: 51, 50 and 03. RGB value is (81,80,3). Sum of RGB (Red+Green+Blue) = 81+80+3=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #515003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515003 is #AEAFFC. Grayscale: #474747. Windows color (decimal): -11448317 or 217169. OLE color: 217169.

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

Color convert

RGB 81 80 3 -
CMYK 0 0.01 0.96 0.68
HSL 59.23º 0.93% 0.16% -
HSV(B) 59.23º 0.96% 0.32% -
XYZ 6.28 7.49 1.2 -
YUV 71.52 89.33 134.76 -
System Red Green Blue C M Y K H S L
Decimal 81 80 3 0 0.01 0.96 0.68 59.23 0.93 0.16
Hex 51 50 3 0 1 60 44 3B 5D 10
Octal 121 120 3 0 1 140 104 73 135 20
Binary 1010001 1010000 11 0 1 1100000 1000100 111011 1011101 10000

Color Harmonies of #515003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515003

Black with #515003

Text Example


Text Example

White with #515003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515003; }

 p { color: rgb(81,80,3); }

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

background-color css

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

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

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

border-color css

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

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

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