Html Css Color HEX #51690C Verdun Green

📋 copy color: '#51690C'

red 81 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #51690C

Tints of Verdun Green #51690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.03%

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

R = 40.91%
G = 53.03%
B = 6.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#51690C (or 0x51690C) is known color: Verdun Green. HEX triplet: 51, 69 and 0C. RGB value is (81,105,12). Sum of RGB (Red+Green+Blue) = 81+105+12=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #51690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51690C is #AE96F3. Grayscale: #575757. Windows color (decimal): -11441908 or 813393. OLE color: 813393.

HSL color Cylindrical-coordinate representation of color #51690C: hue angle of 75.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51690C is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 12 -
CMYK 0.23 0 0.89 0.59
HSL 75.48º 0.79% 0.23% -
HSV(B) 75.48º 0.89% 0.41% -
XYZ 8.51 11.88 2.19 -
YUV 87.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 81 105 12 0.23 0 0.89 0.59 75.48 0.79 0.23
Hex 51 69 C 17 0 59 3B 4B 4F 17
Octal 121 151 14 27 0 131 73 113 117 27
Binary 1010001 1101001 1100 10111 0 1011001 111011 1001011 1001111 10111

Color Harmonies of #51690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51690C

Black with #51690C

Text Example


Text Example

White with #51690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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