Html Css Color HEX #514C04 Verdun Green

📋 copy color: '#514C04'

red 81 ◦ green 76 ◦ blue 4

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

Shades of Verdun Green #514C04

Tints of Verdun Green #514C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 50.31%
G = 47.2%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#514C04 (or 0x514C04) is known color: Verdun Green. HEX triplet: 51, 4C and 04. RGB value is (81,76,4). Sum of RGB (Red+Green+Blue) = 81+76+4=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C04 is #AEB3FB. Grayscale: #454545. Windows color (decimal): -11449340 or 281681. OLE color: 281681.

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

Color convert

RGB 81 76 4 -
CMYK 0 0.06 0.95 0.68
HSL 56.1º 0.91% 0.17% -
HSV(B) 56.1º 0.95% 0.32% -
XYZ 6 6.93 1.14 -
YUV 69.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 81 76 4 0 0.06 0.95 0.68 56.1 0.91 0.17
Hex 51 4C 4 0 6 5F 44 38 5B 11
Octal 121 114 4 0 6 137 104 70 133 21
Binary 1010001 1001100 100 0 110 1011111 1000100 111000 1011011 10001

Color Harmonies of #514C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C04

Black with #514C04

Text Example


Text Example

White with #514C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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