Html Css Color HEX #51500F Verdun Green

📋 copy color: '#51500F'

red 81 ◦ green 80 ◦ blue 15

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

Shades of Verdun Green #51500F

Tints of Verdun Green #51500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 46.02%
G = 45.45%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51500F (or 0x51500F) is known color: Verdun Green. HEX triplet: 51, 50 and 0F. RGB value is (81,80,15). Sum of RGB (Red+Green+Blue) = 81+80+15=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51500F is #AEAFF0. Grayscale: #494949. Windows color (decimal): -11448305 or 1003601. OLE color: 1003601.

HSL color Cylindrical-coordinate representation of color #51500F: hue angle of 59.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51500F is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 15 -
CMYK 0 0.01 0.81 0.68
HSL 59.09º 0.69% 0.19% -
HSV(B) 59.09º 0.81% 0.32% -
XYZ 6.35 7.52 1.57 -
YUV 72.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 81 80 15 0 0.01 0.81 0.68 59.09 0.69 0.19
Hex 51 50 F 0 1 51 44 3B 45 13
Octal 121 120 17 0 1 121 104 73 105 23
Binary 1010001 1010000 1111 0 1 1010001 1000100 111011 1000101 10011

Color Harmonies of #51500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51500F

Black with #51500F

Text Example


Text Example

White with #51500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51500F; }

 p { color: rgb(81,80,15); }

 H1.HeaderClassName
 {
   color: #51500F;
 }
 .AnyTagClassName
 {
   color: #51500F;
 }
</style>

background-color css

<style>
 a { background-color: #51500F; }

 a { background-color: rgb(81,80,15); }

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

border-color css

<style>
 span { border-color: #51500F; }

 span { border-color: rgb(81,80,15); }

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