Html Css Color HEX #51580C Verdun Green

📋 copy color: '#51580C'

red 81 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #51580C

Tints of Verdun Green #51580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 44.75%
G = 48.62%
B = 6.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#51580C (or 0x51580C) is known color: Verdun Green. HEX triplet: 51, 58 and 0C. RGB value is (81,88,12). Sum of RGB (Red+Green+Blue) = 81+88+12=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #51580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51580C is #AEA7F3. Grayscale: #4D4D4D. Windows color (decimal): -11446260 or 809041. OLE color: 809041.

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

Color convert

RGB 81 88 12 -
CMYK 0.08 0 0.86 0.65
HSL 65.53º 0.76% 0.2% -
HSV(B) 65.53º 0.86% 0.35% -
XYZ 6.95 8.76 1.67 -
YUV 77.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 81 88 12 0.08 0 0.86 0.65 65.53 0.76 0.2
Hex 51 58 C 8 0 56 41 42 4C 14
Octal 121 130 14 10 0 126 101 102 114 24
Binary 1010001 1011000 1100 1000 0 1010110 1000001 1000010 1001100 10100

Color Harmonies of #51580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51580C

Black with #51580C

Text Example


Text Example

White with #51580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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