Html Css Color HEX #506C3D Dell

📋 copy color: '#506C3D'

red 80 ◦ green 108 ◦ blue 61

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

Shades of Dell #506C3D

Tints of Dell #506C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.37%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 32.13%
G = 43.37%
B = 24.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#506C3D (or 0x506C3D) is known color: Dell. HEX triplet: 50, 6C and 3D. RGB value is (80,108,61). Sum of RGB (Red+Green+Blue) = 80+108+61=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #506C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C3D is #AF93C2. Grayscale: #5E5E5E. Windows color (decimal): -11506627 or 4025424. OLE color: 4025424.

HSL color Cylindrical-coordinate representation of color #506C3D: hue angle of 95.74º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506C3D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 108 61 -
CMYK 0.26 0 0.44 0.58
HSL 95.74º 0.28% 0.33% -
HSV(B) 95.74º 0.44% 0.42% -
XYZ 9.51 12.77 6.38 -
YUV 94.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 80 108 61 0.26 0 0.44 0.58 95.74 0.28 0.33
Hex 50 6C 3D 1A 0 2C 3A 60 1C 21
Octal 120 154 75 32 0 54 72 140 34 41
Binary 1010000 1101100 111101 11010 0 101100 111010 1100000 11100 100001

Color Harmonies of #506C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C3D

Black with #506C3D

Text Example


Text Example

White with #506C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,61); }

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

background-color css

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

 a { background-color: rgb(80,108,61); }

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

border-color css

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

 span { border-color: rgb(80,108,61); }

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