Html Css Color HEX #515103 Verdun Green

📋 copy color: '#515103'

red 81 ◦ green 81 ◦ blue 3

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

Shades of Verdun Green #515103

Tints of Verdun Green #515103

RGB

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

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

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

R = 49.09%
G = 49.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#515103 (or 0x515103) is known color: Verdun Green. HEX triplet: 51, 51 and 03. RGB value is (81,81,3). Sum of RGB (Red+Green+Blue) = 81+81+3=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515103 is #AEAEFC. Grayscale: #484848. Windows color (decimal): -11448061 or 217425. OLE color: 217425.

HSL color Cylindrical-coordinate representation of color #515103: hue angle of 60º 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 #515103 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 81 3 -
CMYK 0 0 0.96 0.68
HSL 60º 0.93% 0.16% -
HSV(B) 60º 0.96% 0.32% -
XYZ 6.35 7.64 1.23 -
YUV 72.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 81 81 3 0 0 0.96 0.68 60 0.93 0.16
Hex 51 51 3 0 0 60 44 3C 5D 10
Octal 121 121 3 0 0 140 104 74 135 20
Binary 1010001 1010001 11 0 0 1100000 1000100 111100 1011101 10000

Color Harmonies of #515103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515103

Black with #515103

Text Example


Text Example

White with #515103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515103; }

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

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

background-color css

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

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

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

border-color css

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

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

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