Html Css Color HEX #515C0D Verdun Green

📋 copy color: '#515C0D'

red 81 ◦ green 92 ◦ blue 13

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

Shades of Verdun Green #515C0D

Tints of Verdun Green #515C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.46%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 43.55%
G = 49.46%
B = 6.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#515C0D (or 0x515C0D) is known color: Verdun Green. HEX triplet: 51, 5C and 0D. RGB value is (81,92,13). Sum of RGB (Red+Green+Blue) = 81+92+13=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #515C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515C0D is #AEA3F2. Grayscale: #505050. Windows color (decimal): -11445235 or 875601. OLE color: 875601.

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

Color convert

RGB 81 92 13 -
CMYK 0.12 0 0.86 0.64
HSL 68.35º 0.75% 0.21% -
HSV(B) 68.35º 0.86% 0.36% -
XYZ 7.29 9.43 1.82 -
YUV 79.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 81 92 13 0.12 0 0.86 0.64 68.35 0.75 0.21
Hex 51 5C D C 0 56 40 44 4B 15
Octal 121 134 15 14 0 126 100 104 113 25
Binary 1010001 1011100 1101 1100 0 1010110 1000000 1000100 1001011 10101

Color Harmonies of #515C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C0D

Black with #515C0D

Text Example


Text Example

White with #515C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,13); }

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

background-color css

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

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

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

border-color css

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

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

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