Html Css Color HEX #507037 Dell

📋 copy color: '#507037'

red 80 ◦ green 112 ◦ blue 55

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

Shades of Dell #507037

Tints of Dell #507037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 32.39%
G = 45.34%
B = 22.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#507037 (or 0x507037) is known color: Dell. HEX triplet: 50, 70 and 37. RGB value is (80,112,55). Sum of RGB (Red+Green+Blue) = 80+112+55=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #507037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507037 is #AF8FC8. Grayscale: #606060. Windows color (decimal): -11505609 or 3633232. OLE color: 3633232.

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

Color convert

RGB 80 112 55 -
CMYK 0.29 0 0.51 0.56
HSL 93.68º 0.34% 0.33% -
HSV(B) 93.68º 0.51% 0.44% -
XYZ 9.79 13.57 5.72 -
YUV 95.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 80 112 55 0.29 0 0.51 0.56 93.68 0.34 0.33
Hex 50 70 37 1D 0 33 38 5E 22 21
Octal 120 160 67 35 0 63 70 136 42 41
Binary 1010000 1110000 110111 11101 0 110011 111000 1011110 100010 100001

Color Harmonies of #507037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507037

Black with #507037

Text Example


Text Example

White with #507037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507037; }

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

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

background-color css

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

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

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

border-color css

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

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

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