Html Css Color HEX #506638 Dell

📋 copy color: '#506638'

red 80 ◦ green 102 ◦ blue 56

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

Shades of Dell #506638

Tints of Dell #506638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 33.61%
G = 42.86%
B = 23.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#506638 (or 0x506638) is known color: Dell. HEX triplet: 50, 66 and 38. RGB value is (80,102,56). Sum of RGB (Red+Green+Blue) = 80+102+56=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #506638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506638 is #AF99C7. Grayscale: #5A5A5A. Windows color (decimal): -11508168 or 3696208. OLE color: 3696208.

HSL color Cylindrical-coordinate representation of color #506638: hue angle of 88.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506638 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 56 -
CMYK 0.22 0 0.45 0.6
HSL 88.7º 0.29% 0.31% -
HSV(B) 88.7º 0.45% 0.4% -
XYZ 8.77 11.49 5.5 -
YUV 90.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 80 102 56 0.22 0 0.45 0.6 88.7 0.29 0.31
Hex 50 66 38 16 0 2D 3C 59 1D 1F
Octal 120 146 70 26 0 55 74 131 35 37
Binary 1010000 1100110 111000 10110 0 101101 111100 1011001 11101 11111

Color Harmonies of #506638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506638

Black with #506638

Text Example


Text Example

White with #506638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506638; }

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

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

background-color css

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

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

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

border-color css

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

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

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