Html Css Color HEX #515A11 Verdun Green

📋 copy color: '#515A11'

red 81 ◦ green 90 ◦ blue 17

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

Shades of Verdun Green #515A11

Tints of Verdun Green #515A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.04%

R = 43.09%
G = 47.87%
B = 9.04%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#515A11 (or 0x515A11) is known color: Verdun Green. HEX triplet: 51, 5A and 11. RGB value is (81,90,17). Sum of RGB (Red+Green+Blue) = 81+90+17=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #515A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A11 is #AEA5EE. Grayscale: #4F4F4F. Windows color (decimal): -11445743 or 1137233. OLE color: 1137233.

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

Color convert

RGB 81 90 17 -
CMYK 0.1 0 0.81 0.65
HSL 67.4º 0.68% 0.21% -
HSV(B) 67.4º 0.81% 0.35% -
XYZ 7.15 9.1 1.91 -
YUV 78.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 81 90 17 0.1 0 0.81 0.65 67.4 0.68 0.21
Hex 51 5A 11 A 0 51 41 43 44 15
Octal 121 132 21 12 0 121 101 103 104 25
Binary 1010001 1011010 10001 1010 0 1010001 1000001 1000011 1000100 10101

Color Harmonies of #515A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A11

Black with #515A11

Text Example


Text Example

White with #515A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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