Html Css Color HEX #51690A Verdun Green

📋 copy color: '#51690A'

red 81 ◦ green 105 ◦ blue 10

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

Shades of Verdun Green #51690A

Tints of Verdun Green #51690A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 41.33%
G = 53.57%
B = 5.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#51690A (or 0x51690A) is known color: Verdun Green. HEX triplet: 51, 69 and 0A. RGB value is (81,105,10). Sum of RGB (Red+Green+Blue) = 81+105+10=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #51690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51690A is #AE96F5. Grayscale: #575757. Windows color (decimal): -11441910 or 682321. OLE color: 682321.

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

Color convert

RGB 81 105 10 -
CMYK 0.23 0 0.90 0.59
HSL 75.16º 0.83% 0.23% -
HSV(B) 75.16º 0.9% 0.41% -
XYZ 8.5 11.87 2.13 -
YUV 86.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 81 105 10 0.23 0 0.90 0.59 75.16 0.83 0.23
Hex 51 69 A 17 0 5A 3B 4B 53 17
Octal 121 151 12 27 0 132 73 113 123 27
Binary 1010001 1101001 1010 10111 0 1011010 111011 1001011 1010011 10111

Color Harmonies of #51690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51690A

Black with #51690A

Text Example


Text Example

White with #51690A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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