Html Css Color HEX #507134 Dell

📋 copy color: '#507134'

red 80 ◦ green 113 ◦ blue 52

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

Shades of Dell #507134

Tints of Dell #507134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 32.65%
G = 46.12%
B = 21.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#507134 (or 0x507134) is known color: Dell. HEX triplet: 50, 71 and 34. RGB value is (80,113,52). Sum of RGB (Red+Green+Blue) = 80+113+52=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #507134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507134 is #AF8ECB. Grayscale: #606060. Windows color (decimal): -11505356 or 3436880. OLE color: 3436880.

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

Color convert

RGB 80 113 52 -
CMYK 0.29 0 0.54 0.56
HSL 92.46º 0.37% 0.32% -
HSV(B) 92.46º 0.54% 0.44% -
XYZ 9.83 13.76 5.39 -
YUV 96.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 80 113 52 0.29 0 0.54 0.56 92.46 0.37 0.32
Hex 50 71 34 1D 0 36 38 5C 25 20
Octal 120 161 64 35 0 66 70 134 45 40
Binary 1010000 1110001 110100 11101 0 110110 111000 1011100 100101 100000

Color Harmonies of #507134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507134

Black with #507134

Text Example


Text Example

White with #507134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507134; }

 p { color: rgb(80,113,52); }

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

background-color css

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

 a { background-color: rgb(80,113,52); }

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

border-color css

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

 span { border-color: rgb(80,113,52); }

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