Html Css Color HEX #507536 Dell

📋 copy color: '#507536'

red 80 ◦ green 117 ◦ blue 54

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

Shades of Dell #507536

Tints of Dell #507536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 31.87%
G = 46.61%
B = 21.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#507536 (or 0x507536) is known color: Dell. HEX triplet: 50, 75 and 36. RGB value is (80,117,54). Sum of RGB (Red+Green+Blue) = 80+117+54=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #507536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507536 is #AF8AC9. Grayscale: #626262. Windows color (decimal): -11504330 or 3568976. OLE color: 3568976.

HSL color Cylindrical-coordinate representation of color #507536: hue angle of 95.24º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507536 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 54 -
CMYK 0.32 0 0.54 0.54
HSL 95.24º 0.37% 0.34% -
HSV(B) 95.24º 0.54% 0.46% -
XYZ 10.34 14.69 5.78 -
YUV 98.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 80 117 54 0.32 0 0.54 0.54 95.24 0.37 0.34
Hex 50 75 36 20 0 36 36 5F 25 22
Octal 120 165 66 40 0 66 66 137 45 42
Binary 1010000 1110101 110110 100000 0 110110 110110 1011111 100101 100010

Color Harmonies of #507536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507536

Black with #507536

Text Example


Text Example

White with #507536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507536; }

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

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

background-color css

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

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

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

border-color css

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

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

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