Html Css Color HEX #515C14 Verdun Green

📋 copy color: '#515C14'

red 81 ◦ green 92 ◦ blue 20

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

Shades of Verdun Green #515C14

Tints of Verdun Green #515C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 41.97%
G = 47.67%
B = 10.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#515C14 (or 0x515C14) is known color: Verdun Green. HEX triplet: 51, 5C and 14. RGB value is (81,92,20). Sum of RGB (Red+Green+Blue) = 81+92+20=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #515C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515C14 is #AEA3EB. Grayscale: #505050. Windows color (decimal): -11445228 or 1334353. OLE color: 1334353.

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

Color convert

RGB 81 92 20 -
CMYK 0.12 0 0.78 0.64
HSL 69.17º 0.64% 0.22% -
HSV(B) 69.17º 0.78% 0.36% -
XYZ 7.35 9.45 2.1 -
YUV 80.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 81 92 20 0.12 0 0.78 0.64 69.17 0.64 0.22
Hex 51 5C 14 C 0 4E 40 45 40 16
Octal 121 134 24 14 0 116 100 105 100 26
Binary 1010001 1011100 10100 1100 0 1001110 1000000 1000101 1000000 10110

Color Harmonies of #515C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C14

Black with #515C14

Text Example


Text Example

White with #515C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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