Html Css Color HEX #506936 Dell

📋 copy color: '#506936'

red 80 ◦ green 105 ◦ blue 54

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

Shades of Dell #506936

Tints of Dell #506936

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

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

R = 33.47%
G = 43.93%
B = 22.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#506936 (or 0x506936) is known color: Dell. HEX triplet: 50, 69 and 36. RGB value is (80,105,54). Sum of RGB (Red+Green+Blue) = 80+105+54=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #506936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506936 is #AF96C9. Grayscale: #5B5B5B. Windows color (decimal): -11507402 or 3565904. OLE color: 3565904.

HSL color Cylindrical-coordinate representation of color #506936: hue angle of 89.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506936 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 54 -
CMYK 0.24 0 0.49 0.59
HSL 89.41º 0.32% 0.31% -
HSV(B) 89.41º 0.49% 0.41% -
XYZ 9.03 12.07 5.35 -
YUV 91.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 80 105 54 0.24 0 0.49 0.59 89.41 0.32 0.31
Hex 50 69 36 18 0 31 3B 59 20 1F
Octal 120 151 66 30 0 61 73 131 40 37
Binary 1010000 1101001 110110 11000 0 110001 111011 1011001 100000 11111

Color Harmonies of #506936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506936

Black with #506936

Text Example


Text Example

White with #506936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506936; }

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

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

background-color css

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

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

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

border-color css

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

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

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