Html Css Color HEX #506A36 Dell

📋 copy color: '#506A36'

red 80 ◦ green 106 ◦ blue 54

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

Shades of Dell #506A36

Tints of Dell #506A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 33.33%
G = 44.17%
B = 22.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#506A36 (or 0x506A36) is known color: Dell. HEX triplet: 50, 6A and 36. RGB value is (80,106,54). Sum of RGB (Red+Green+Blue) = 80+106+54=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #506A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A36 is #AF95C9. Grayscale: #5C5C5C. Windows color (decimal): -11507146 or 3566160. OLE color: 3566160.

HSL color Cylindrical-coordinate representation of color #506A36: hue angle of 90º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506A36 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 106 54 -
CMYK 0.25 0 0.49 0.58
HSL 90º 0.33% 0.31% -
HSV(B) 90º 0.49% 0.42% -
XYZ 9.13 12.28 5.38 -
YUV 92.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 80 106 54 0.25 0 0.49 0.58 90 0.33 0.31
Hex 50 6A 36 19 0 31 3A 5A 20 1F
Octal 120 152 66 31 0 61 72 132 40 37
Binary 1010000 1101010 110110 11001 0 110001 111010 1011010 100000 11111

Color Harmonies of #506A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A36

Black with #506A36

Text Example


Text Example

White with #506A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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