Html Css Color HEX #514B05 Verdun Green

📋 copy color: '#514B05'

red 81 ◦ green 75 ◦ blue 5

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

Shades of Verdun Green #514B05

Tints of Verdun Green #514B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 50.31%
G = 46.58%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514B05 (or 0x514B05) is known color: Verdun Green. HEX triplet: 51, 4B and 05. RGB value is (81,75,5). Sum of RGB (Red+Green+Blue) = 81+75+5=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B05 is #AEB4FA. Grayscale: #454545. Windows color (decimal): -11449595 or 346961. OLE color: 346961.

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

Color convert

RGB 81 75 5 -
CMYK 0 0.07 0.94 0.68
HSL 55.26º 0.88% 0.17% -
HSV(B) 55.26º 0.94% 0.32% -
XYZ 5.94 6.79 1.14 -
YUV 68.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 81 75 5 0 0.07 0.94 0.68 55.26 0.88 0.17
Hex 51 4B 5 0 7 5E 44 37 58 11
Octal 121 113 5 0 7 136 104 67 130 21
Binary 1010001 1001011 101 0 111 1011110 1000100 110111 1011000 10001

Color Harmonies of #514B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B05

Black with #514B05

Text Example


Text Example

White with #514B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,75,5); }

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

background-color css

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

 a { background-color: rgb(81,75,5); }

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

border-color css

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

 span { border-color: rgb(81,75,5); }

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