Html Css Color HEX #51550E Verdun Green

📋 copy color: '#51550E'

red 81 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #51550E

Tints of Verdun Green #51550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.22%

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 45%
G = 47.22%
B = 7.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#51550E (or 0x51550E) is known color: Verdun Green. HEX triplet: 51, 55 and 0E. RGB value is (81,85,14). Sum of RGB (Red+Green+Blue) = 81+85+14=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #51550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51550E is #AEAAF1. Grayscale: #4B4B4B. Windows color (decimal): -11447026 or 939345. OLE color: 939345.

HSL color Cylindrical-coordinate representation of color #51550E: hue angle of 63.38º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51550E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 14 -
CMYK 0.05 0 0.84 0.67
HSL 63.38º 0.72% 0.19% -
HSV(B) 63.38º 0.84% 0.33% -
XYZ 6.72 8.28 1.66 -
YUV 75.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 81 85 14 0.05 0 0.84 0.67 63.38 0.72 0.19
Hex 51 55 E 5 0 54 43 3F 48 13
Octal 121 125 16 5 0 124 103 77 110 23
Binary 1010001 1010101 1110 101 0 1010100 1000011 111111 1001000 10011

Color Harmonies of #51550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51550E

Black with #51550E

Text Example


Text Example

White with #51550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51550E; }

 p { color: rgb(81,85,14); }

 H1.HeaderClassName
 {
   color: #51550E;
 }
 .AnyTagClassName
 {
   color: #51550E;
 }
</style>

background-color css

<style>
 a { background-color: #51550E; }

 a { background-color: rgb(81,85,14); }

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

border-color css

<style>
 span { border-color: #51550E; }

 span { border-color: rgb(81,85,14); }

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