Html Css Color HEX #51580F Verdun Green

📋 copy color: '#51580F'

red 81 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #51580F

Tints of Verdun Green #51580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 44.02%
G = 47.83%
B = 8.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#51580F (or 0x51580F) is known color: Verdun Green. HEX triplet: 51, 58 and 0F. RGB value is (81,88,15). Sum of RGB (Red+Green+Blue) = 81+88+15=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #51580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51580F is #AEA7F0. Grayscale: #4D4D4D. Windows color (decimal): -11446257 or 1005649. OLE color: 1005649.

HSL color Cylindrical-coordinate representation of color #51580F: hue angle of 65.75º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51580F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 15 -
CMYK 0.08 0 0.83 0.65
HSL 65.75º 0.71% 0.2% -
HSV(B) 65.75º 0.83% 0.35% -
XYZ 6.97 8.76 1.78 -
YUV 77.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 81 88 15 0.08 0 0.83 0.65 65.75 0.71 0.2
Hex 51 58 F 8 0 53 41 42 47 14
Octal 121 130 17 10 0 123 101 102 107 24
Binary 1010001 1011000 1111 1000 0 1010011 1000001 1000010 1000111 10100

Color Harmonies of #51580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51580F

Black with #51580F

Text Example


Text Example

White with #51580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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