Html Css Color HEX #51660B Verdun Green

📋 copy color: '#51660B'

red 81 ◦ green 102 ◦ blue 11

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

Shades of Verdun Green #51660B

Tints of Verdun Green #51660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 41.75%
G = 52.58%
B = 5.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#51660B (or 0x51660B) is known color: Verdun Green. HEX triplet: 51, 66 and 0B. RGB value is (81,102,11). Sum of RGB (Red+Green+Blue) = 81+102+11=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #51660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51660B is #AE99F4. Grayscale: #555555. Windows color (decimal): -11442677 or 747089. OLE color: 747089.

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

Color convert

RGB 81 102 11 -
CMYK 0.21 0 0.89 0.6
HSL 73.85º 0.81% 0.22% -
HSV(B) 73.85º 0.89% 0.4% -
XYZ 8.21 11.28 2.06 -
YUV 85.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 81 102 11 0.21 0 0.89 0.6 73.85 0.81 0.22
Hex 51 66 B 15 0 59 3C 4A 51 16
Octal 121 146 13 25 0 131 74 112 121 26
Binary 1010001 1100110 1011 10101 0 1011001 111100 1001010 1010001 10110

Color Harmonies of #51660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51660B

Black with #51660B

Text Example


Text Example

White with #51660B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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