Html Css Color HEX #515D0F Verdun Green

📋 copy color: '#515D0F'

red 81 ◦ green 93 ◦ blue 15

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

Shades of Verdun Green #515D0F

Tints of Verdun Green #515D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 49.21%

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 42.86%
G = 49.21%
B = 7.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#515D0F (or 0x515D0F) is known color: Verdun Green. HEX triplet: 51, 5D and 0F. RGB value is (81,93,15). Sum of RGB (Red+Green+Blue) = 81+93+15=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #515D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D0F is #AEA2F0. Grayscale: #505050. Windows color (decimal): -11444977 or 1006929. OLE color: 1006929.

HSL color Cylindrical-coordinate representation of color #515D0F: hue angle of 69.23º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #515D0F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 15 -
CMYK 0.13 0 0.84 0.64
HSL 69.23º 0.72% 0.21% -
HSV(B) 69.23º 0.84% 0.36% -
XYZ 7.39 9.61 1.92 -
YUV 80.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 81 93 15 0.13 0 0.84 0.64 69.23 0.72 0.21
Hex 51 5D F D 0 54 40 45 48 15
Octal 121 135 17 15 0 124 100 105 110 25
Binary 1010001 1011101 1111 1101 0 1010100 1000000 1000101 1001000 10101

Color Harmonies of #515D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D0F

Black with #515D0F

Text Example


Text Example

White with #515D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,15); }

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

background-color css

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

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

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

border-color css

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

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

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