Html Css Color HEX #514C01 Verdun Green

📋 copy color: '#514C01'

red 81 ◦ green 76 ◦ blue 1

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

Shades of Verdun Green #514C01

Tints of Verdun Green #514C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 51.27%
G = 48.1%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#514C01 (or 0x514C01) is known color: Verdun Green. HEX triplet: 51, 4C and 01. RGB value is (81,76,1). Sum of RGB (Red+Green+Blue) = 81+76+1=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #514C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C01 is #AEB3FE. Grayscale: #454545. Windows color (decimal): -11449343 or 85073. OLE color: 85073.

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

Color convert

RGB 81 76 1 -
CMYK 0 0.06 0.99 0.68
HSL 56.25º 0.98% 0.16% -
HSV(B) 56.25º 0.99% 0.32% -
XYZ 5.98 6.92 1.05 -
YUV 68.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 81 76 1 0 0.06 0.99 0.68 56.25 0.98 0.16
Hex 51 4C 1 0 6 63 44 38 62 10
Octal 121 114 1 0 6 143 104 70 142 20
Binary 1010001 1001100 1 0 110 1100011 1000100 111000 1100010 10000

Color Harmonies of #514C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C01

Black with #514C01

Text Example


Text Example

White with #514C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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