Html Css Color HEX #50570F Verdun Green

📋 copy color: '#50570F'

red 80 ◦ green 87 ◦ blue 15

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

Shades of Verdun Green #50570F

Tints of Verdun Green #50570F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.8%

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 43.96%
G = 47.8%
B = 8.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#50570F (or 0x50570F) is known color: Verdun Green. HEX triplet: 50, 57 and 0F. RGB value is (80,87,15). Sum of RGB (Red+Green+Blue) = 80+87+15=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #50570F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50570F is #AFA8F0. Grayscale: #4C4C4C. Windows color (decimal): -11512049 or 1005392. OLE color: 1005392.

HSL color Cylindrical-coordinate representation of color #50570F: hue angle of 65.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50570F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 15 -
CMYK 0.08 0 0.83 0.66
HSL 65.83º 0.71% 0.2% -
HSV(B) 65.83º 0.83% 0.34% -
XYZ 6.8 8.56 1.74 -
YUV 76.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 80 87 15 0.08 0 0.83 0.66 65.83 0.71 0.2
Hex 50 57 F 8 0 53 42 42 47 14
Octal 120 127 17 10 0 123 102 102 107 24
Binary 1010000 1010111 1111 1000 0 1010011 1000010 1000010 1000111 10100

Color Harmonies of #50570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50570F

Black with #50570F

Text Example


Text Example

White with #50570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50570F; }

 p { color: rgb(80,87,15); }

 H1.HeaderClassName
 {
   color: #50570F;
 }
 .AnyTagClassName
 {
   color: #50570F;
 }
</style>

background-color css

<style>
 a { background-color: #50570F; }

 a { background-color: rgb(80,87,15); }

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

border-color css

<style>
 span { border-color: #50570F; }

 span { border-color: rgb(80,87,15); }

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