Html Css Color HEX #506E38 Dell

📋 copy color: '#506E38'

red 80 ◦ green 110 ◦ blue 56

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

Shades of Dell #506E38

Tints of Dell #506E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.72%

 BLUE value IS 56 (22.27% from 255) = 22.76%

R = 32.52%
G = 44.72%
B = 22.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#506E38 (or 0x506E38) is known color: Dell. HEX triplet: 50, 6E and 38. RGB value is (80,110,56). Sum of RGB (Red+Green+Blue) = 80+110+56=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #506E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E38 is #AF91C7. Grayscale: #5F5F5F. Windows color (decimal): -11506120 or 3698256. OLE color: 3698256.

HSL color Cylindrical-coordinate representation of color #506E38: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506E38 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 56 -
CMYK 0.27 0 0.49 0.57
HSL 93.33º 0.33% 0.33% -
HSV(B) 93.33º 0.49% 0.43% -
XYZ 9.6 13.14 5.77 -
YUV 94.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 80 110 56 0.27 0 0.49 0.57 93.33 0.33 0.33
Hex 50 6E 38 1B 0 31 39 5D 21 21
Octal 120 156 70 33 0 61 71 135 41 41
Binary 1010000 1101110 111000 11011 0 110001 111001 1011101 100001 100001

Color Harmonies of #506E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E38

Black with #506E38

Text Example


Text Example

White with #506E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506E38; }

 p { color: rgb(80,110,56); }

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

background-color css

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

 a { background-color: rgb(80,110,56); }

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

border-color css

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

 span { border-color: rgb(80,110,56); }

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