Html Css Color HEX #51530C Verdun Green

📋 copy color: '#51530C'

red 81 ◦ green 83 ◦ blue 12

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

Shades of Verdun Green #51530C

Tints of Verdun Green #51530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

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

R = 46.02%
G = 47.16%
B = 6.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#51530C (or 0x51530C) is known color: Verdun Green. HEX triplet: 51, 53 and 0C. RGB value is (81,83,12). Sum of RGB (Red+Green+Blue) = 81+83+12=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #51530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51530C is #AEACF3. Grayscale: #4A4A4A. Windows color (decimal): -11447540 or 807761. OLE color: 807761.

HSL color Cylindrical-coordinate representation of color #51530C: hue angle of 61.69º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51530C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 12 -
CMYK 0.02 0 0.86 0.67
HSL 61.69º 0.75% 0.19% -
HSV(B) 61.69º 0.86% 0.33% -
XYZ 6.55 7.96 1.54 -
YUV 74.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 81 83 12 0.02 0 0.86 0.67 61.69 0.75 0.19
Hex 51 53 C 2 0 56 43 3E 4B 13
Octal 121 123 14 2 0 126 103 76 113 23
Binary 1010001 1010011 1100 10 0 1010110 1000011 111110 1001011 10011

Color Harmonies of #51530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51530C

Black with #51530C

Text Example


Text Example

White with #51530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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