Html Css Color HEX #506F3B Dell

📋 copy color: '#506F3B'

red 80 ◦ green 111 ◦ blue 59

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

Shades of Dell #506F3B

Tints of Dell #506F3B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 32%
G = 44.4%
B = 23.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#506F3B (or 0x506F3B) is known color: Dell. HEX triplet: 50, 6F and 3B. RGB value is (80,111,59). Sum of RGB (Red+Green+Blue) = 80+111+59=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #506F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F3B is #AF90C4. Grayscale: #5F5F5F. Windows color (decimal): -11505861 or 3895120. OLE color: 3895120.

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

Color convert

RGB 80 111 59 -
CMYK 0.28 0 0.47 0.56
HSL 95.77º 0.31% 0.33% -
HSV(B) 95.77º 0.47% 0.44% -
XYZ 9.78 13.39 6.21 -
YUV 95.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 80 111 59 0.28 0 0.47 0.56 95.77 0.31 0.33
Hex 50 6F 3B 1C 0 2F 38 60 1F 21
Octal 120 157 73 34 0 57 70 140 37 41
Binary 1010000 1101111 111011 11100 0 101111 111000 1100000 11111 100001

Color Harmonies of #506F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F3B

Black with #506F3B

Text Example


Text Example

White with #506F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,59); }

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

background-color css

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

 a { background-color: rgb(80,111,59); }

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

border-color css

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

 span { border-color: rgb(80,111,59); }

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