Html Css Color HEX #506937 Dell

📋 copy color: '#506937'

red 80 ◦ green 105 ◦ blue 55

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

Shades of Dell #506937

Tints of Dell #506937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

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

R = 33.33%
G = 43.75%
B = 22.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#506937 (or 0x506937) is known color: Dell. HEX triplet: 50, 69 and 37. RGB value is (80,105,55). Sum of RGB (Red+Green+Blue) = 80+105+55=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #506937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506937 is #AF96C8. Grayscale: #5B5B5B. Windows color (decimal): -11507401 or 3631440. OLE color: 3631440.

HSL color Cylindrical-coordinate representation of color #506937: hue angle of 90º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506937 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 55 -
CMYK 0.24 0 0.48 0.59
HSL 90º 0.31% 0.31% -
HSV(B) 90º 0.48% 0.41% -
XYZ 9.05 12.08 5.47 -
YUV 91.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 80 105 55 0.24 0 0.48 0.59 90 0.31 0.31
Hex 50 69 37 18 0 30 3B 5A 1F 1F
Octal 120 151 67 30 0 60 73 132 37 37
Binary 1010000 1101001 110111 11000 0 110000 111011 1011010 11111 11111

Color Harmonies of #506937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506937

Black with #506937

Text Example


Text Example

White with #506937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506937; }

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

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

background-color css

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

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

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

border-color css

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

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

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