Html Css Color HEX #515A04 Verdun Green

📋 copy color: '#515A04'

red 81 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #515A04

Tints of Verdun Green #515A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 46.29%
G = 51.43%
B = 2.29%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#515A04 (or 0x515A04) is known color: Verdun Green. HEX triplet: 51, 5A and 04. RGB value is (81,90,4). Sum of RGB (Red+Green+Blue) = 81+90+4=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #515A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A04 is #AEA5FB. Grayscale: #4D4D4D. Windows color (decimal): -11445756 or 285265. OLE color: 285265.

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

Color convert

RGB 81 90 4 -
CMYK 0.1 0 0.96 0.65
HSL 66.28º 0.91% 0.18% -
HSV(B) 66.28º 0.96% 0.35% -
XYZ 7.07 9.07 1.49 -
YUV 77.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 81 90 4 0.1 0 0.96 0.65 66.28 0.91 0.18
Hex 51 5A 4 A 0 60 41 42 5B 12
Octal 121 132 4 12 0 140 101 102 133 22
Binary 1010001 1011010 100 1010 0 1100000 1000001 1000010 1011011 10010

Color Harmonies of #515A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A04

Black with #515A04

Text Example


Text Example

White with #515A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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