Html Css Color HEX #51660D Verdun Green

📋 copy color: '#51660D'

red 81 ◦ green 102 ◦ blue 13

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

Shades of Verdun Green #51660D

Tints of Verdun Green #51660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.04%

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 41.33%
G = 52.04%
B = 6.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#51660D (or 0x51660D) is known color: Verdun Green. HEX triplet: 51, 66 and 0D. RGB value is (81,102,13). Sum of RGB (Red+Green+Blue) = 81+102+13=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #51660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51660D is #AE99F2. Grayscale: #555555. Windows color (decimal): -11442675 or 878161. OLE color: 878161.

HSL color Cylindrical-coordinate representation of color #51660D: hue angle of 74.16º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51660D is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 13 -
CMYK 0.21 0 0.87 0.6
HSL 74.16º 0.77% 0.23% -
HSV(B) 74.16º 0.87% 0.4% -
XYZ 8.22 11.28 2.13 -
YUV 85.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 81 102 13 0.21 0 0.87 0.6 74.16 0.77 0.23
Hex 51 66 D 15 0 57 3C 4A 4D 17
Octal 121 146 15 25 0 127 74 112 115 27
Binary 1010001 1100110 1101 10101 0 1010111 111100 1001010 1001101 10111

Color Harmonies of #51660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51660D

Black with #51660D

Text Example


Text Example

White with #51660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51660D; }

 p { color: rgb(81,102,13); }

 H1.HeaderClassName
 {
   color: #51660D;
 }
 .AnyTagClassName
 {
   color: #51660D;
 }
</style>

background-color css

<style>
 a { background-color: #51660D; }

 a { background-color: rgb(81,102,13); }

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

border-color css

<style>
 span { border-color: #51660D; }

 span { border-color: rgb(81,102,13); }

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