Html Css Color HEX #514C0B Verdun Green

📋 copy color: '#514C0B'

red 81 ◦ green 76 ◦ blue 11

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

Shades of Verdun Green #514C0B

Tints of Verdun Green #514C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.24%

 BLUE value IS 11 (4.69% from 255) = 6.55%

R = 48.21%
G = 45.24%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#514C0B (or 0x514C0B) is known color: Verdun Green. HEX triplet: 51, 4C and 0B. RGB value is (81,76,11). Sum of RGB (Red+Green+Blue) = 81+76+11=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #514C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C0B is #AEB3F4. Grayscale: #464646. Windows color (decimal): -11449333 or 740433. OLE color: 740433.

HSL color Cylindrical-coordinate representation of color #514C0B: hue angle of 55.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #514C0B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 11 -
CMYK 0 0.06 0.86 0.68
HSL 55.71º 0.76% 0.18% -
HSV(B) 55.71º 0.86% 0.32% -
XYZ 6.04 6.94 1.34 -
YUV 70.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 81 76 11 0 0.06 0.86 0.68 55.71 0.76 0.18
Hex 51 4C B 0 6 56 44 38 4C 12
Octal 121 114 13 0 6 126 104 70 114 22
Binary 1010001 1001100 1011 0 110 1010110 1000100 111000 1001100 10010

Color Harmonies of #514C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C0B

Black with #514C0B

Text Example


Text Example

White with #514C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514C0B; }

 p { color: rgb(81,76,11); }

 H1.HeaderClassName
 {
   color: #514C0B;
 }
 .AnyTagClassName
 {
   color: #514C0B;
 }
</style>

background-color css

<style>
 a { background-color: #514C0B; }

 a { background-color: rgb(81,76,11); }

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

border-color css

<style>
 span { border-color: #514C0B; }

 span { border-color: rgb(81,76,11); }

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