Html Css Color HEX #50550E Verdun Green

📋 copy color: '#50550E'

red 80 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #50550E

Tints of Verdun Green #50550E

RGB

 RED value IS 80 (31.64% from 255) = 44.69%

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

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

R = 44.69%
G = 47.49%
B = 7.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#50550E (or 0x50550E) is known color: Verdun Green. HEX triplet: 50, 55 and 0E. RGB value is (80,85,14). Sum of RGB (Red+Green+Blue) = 80+85+14=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #50550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50550E is #AFAAF1. Grayscale: #4B4B4B. Windows color (decimal): -11512562 or 939344. OLE color: 939344.

HSL color Cylindrical-coordinate representation of color #50550E: hue angle of 64.23º 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 #50550E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 14 -
CMYK 0.06 0 0.84 0.67
HSL 64.23º 0.72% 0.19% -
HSV(B) 64.23º 0.84% 0.33% -
XYZ 6.64 8.23 1.66 -
YUV 75.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 80 85 14 0.06 0 0.84 0.67 64.23 0.72 0.19
Hex 50 55 E 6 0 54 43 40 48 13
Octal 120 125 16 6 0 124 103 100 110 23
Binary 1010000 1010101 1110 110 0 1010100 1000011 1000000 1001000 10011

Color Harmonies of #50550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50550E

Black with #50550E

Text Example


Text Example

White with #50550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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