Html Css Color HEX #514B03 Verdun Green

📋 copy color: '#514B03'

red 81 ◦ green 75 ◦ blue 3

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

Shades of Verdun Green #514B03

Tints of Verdun Green #514B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 50.94%
G = 47.17%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#514B03 (or 0x514B03) is known color: Verdun Green. HEX triplet: 51, 4B and 03. RGB value is (81,75,3). Sum of RGB (Red+Green+Blue) = 81+75+3=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B03 is #AEB4FC. Grayscale: #444444. Windows color (decimal): -11449597 or 215889. OLE color: 215889.

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

Color convert

RGB 81 75 3 -
CMYK 0 0.07 0.96 0.68
HSL 55.38º 0.93% 0.16% -
HSV(B) 55.38º 0.96% 0.32% -
XYZ 5.93 6.79 1.08 -
YUV 68.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 81 75 3 0 0.07 0.96 0.68 55.38 0.93 0.16
Hex 51 4B 3 0 7 60 44 37 5D 10
Octal 121 113 3 0 7 140 104 67 135 20
Binary 1010001 1001011 11 0 111 1100000 1000100 110111 1011101 10000

Color Harmonies of #514B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B03

Black with #514B03

Text Example


Text Example

White with #514B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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