Html Css Color HEX #514F07 Verdun Green

📋 copy color: '#514F07'

red 81 ◦ green 79 ◦ blue 7

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

Shades of Verdun Green #514F07

Tints of Verdun Green #514F07

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.31%

 BLUE value IS 7 (3.13% from 255) = 4.19%

R = 48.5%
G = 47.31%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#514F07 (or 0x514F07) is known color: Verdun Green. HEX triplet: 51, 4F and 07. RGB value is (81,79,7). Sum of RGB (Red+Green+Blue) = 81+79+7=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F07 is #AEB0F8. Grayscale: #474747. Windows color (decimal): -11448569 or 479057. OLE color: 479057.

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

Color convert

RGB 81 79 7 -
CMYK 0 0.02 0.91 0.68
HSL 58.38º 0.84% 0.17% -
HSV(B) 58.38º 0.91% 0.32% -
XYZ 6.23 7.36 1.29 -
YUV 71.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 81 79 7 0 0.02 0.91 0.68 58.38 0.84 0.17
Hex 51 4F 7 0 2 5B 44 3A 54 11
Octal 121 117 7 0 2 133 104 72 124 21
Binary 1010001 1001111 111 0 10 1011011 1000100 111010 1010100 10001

Color Harmonies of #514F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F07

Black with #514F07

Text Example


Text Example

White with #514F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,7); }

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

background-color css

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

 a { background-color: rgb(81,79,7); }

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

border-color css

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

 span { border-color: rgb(81,79,7); }

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