Html Css Color HEX #506F36 Dell

📋 copy color: '#506F36'

red 80 ◦ green 111 ◦ blue 54

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

Shades of Dell #506F36

Tints of Dell #506F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 32.65%
G = 45.31%
B = 22.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#506F36 (or 0x506F36) is known color: Dell. HEX triplet: 50, 6F and 36. RGB value is (80,111,54). Sum of RGB (Red+Green+Blue) = 80+111+54=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #506F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F36 is #AF90C9. Grayscale: #5F5F5F. Windows color (decimal): -11505866 or 3567440. OLE color: 3567440.

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

Color convert

RGB 80 111 54 -
CMYK 0.28 0 0.51 0.56
HSL 92.63º 0.35% 0.32% -
HSV(B) 92.63º 0.51% 0.44% -
XYZ 9.66 13.34 5.56 -
YUV 95.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 80 111 54 0.28 0 0.51 0.56 92.63 0.35 0.32
Hex 50 6F 36 1C 0 33 38 5D 23 20
Octal 120 157 66 34 0 63 70 135 43 40
Binary 1010000 1101111 110110 11100 0 110011 111000 1011101 100011 100000

Color Harmonies of #506F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F36

Black with #506F36

Text Example


Text Example

White with #506F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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