Html Css Color HEX #50703A Dell

📋 copy color: '#50703A'

red 80 ◦ green 112 ◦ blue 58

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

Shades of Dell #50703A

Tints of Dell #50703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 32%
G = 44.8%
B = 23.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#50703A (or 0x50703A) is known color: Dell. HEX triplet: 50, 70 and 3A. RGB value is (80,112,58). Sum of RGB (Red+Green+Blue) = 80+112+58=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #50703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703A is #AF8FC5. Grayscale: #606060. Windows color (decimal): -11505606 or 3829840. OLE color: 3829840.

HSL color Cylindrical-coordinate representation of color #50703A: hue angle of 95.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50703A is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 58 -
CMYK 0.29 0 0.48 0.56
HSL 95.56º 0.32% 0.33% -
HSV(B) 95.56º 0.48% 0.44% -
XYZ 9.87 13.6 6.11 -
YUV 96.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 80 112 58 0.29 0 0.48 0.56 95.56 0.32 0.33
Hex 50 70 3A 1D 0 30 38 60 20 21
Octal 120 160 72 35 0 60 70 140 40 41
Binary 1010000 1110000 111010 11101 0 110000 111000 1100000 100000 100001

Color Harmonies of #50703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50703A

Black with #50703A

Text Example


Text Example

White with #50703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50703A; }

 p { color: rgb(80,112,58); }

 H1.HeaderClassName
 {
   color: #50703A;
 }
 .AnyTagClassName
 {
   color: #50703A;
 }
</style>

background-color css

<style>
 a { background-color: #50703A; }

 a { background-color: rgb(80,112,58); }

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

border-color css

<style>
 span { border-color: #50703A; }

 span { border-color: rgb(80,112,58); }

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