Html Css Color HEX #515A05 Verdun Green

📋 copy color: '#515A05'

red 81 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #515A05

Tints of Verdun Green #515A05

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.14%

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 46.02%
G = 51.14%
B = 2.84%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#515A05 (or 0x515A05) is known color: Verdun Green. HEX triplet: 51, 5A and 05. RGB value is (81,90,5). Sum of RGB (Red+Green+Blue) = 81+90+5=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #515A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A05 is #AEA5FA. Grayscale: #4D4D4D. Windows color (decimal): -11445755 or 350801. OLE color: 350801.

HSL color Cylindrical-coordinate representation of color #515A05: hue angle of 66.35º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515A05 is Cyan = 0.1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 5 -
CMYK 0.1 0 0.94 0.65
HSL 66.35º 0.89% 0.19% -
HSV(B) 66.35º 0.94% 0.35% -
XYZ 7.08 9.07 1.52 -
YUV 77.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 81 90 5 0.1 0 0.94 0.65 66.35 0.89 0.19
Hex 51 5A 5 A 0 5E 41 42 59 13
Octal 121 132 5 12 0 136 101 102 131 23
Binary 1010001 1011010 101 1010 0 1011110 1000001 1000010 1011001 10011

Color Harmonies of #515A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A05

Black with #515A05

Text Example


Text Example

White with #515A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,5); }

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

background-color css

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

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

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

border-color css

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

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

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