Html Css Color HEX #507534 Dell

📋 copy color: '#507534'

red 80 ◦ green 117 ◦ blue 52

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

Shades of Dell #507534

Tints of Dell #507534

RGB

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

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

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

R = 32.13%
G = 46.99%
B = 20.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#507534 (or 0x507534) is known color: Dell. HEX triplet: 50, 75 and 34. RGB value is (80,117,52). Sum of RGB (Red+Green+Blue) = 80+117+52=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #507534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507534 is #AF8ACB. Grayscale: #626262. Windows color (decimal): -11504332 or 3437904. OLE color: 3437904.

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

Color convert

RGB 80 117 52 -
CMYK 0.32 0 0.56 0.54
HSL 94.15º 0.38% 0.33% -
HSV(B) 94.15º 0.56% 0.46% -
XYZ 10.29 14.68 5.54 -
YUV 98.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 80 117 52 0.32 0 0.56 0.54 94.15 0.38 0.33
Hex 50 75 34 20 0 38 36 5E 26 21
Octal 120 165 64 40 0 70 66 136 46 41
Binary 1010000 1110101 110100 100000 0 111000 110110 1011110 100110 100001

Color Harmonies of #507534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507534

Black with #507534

Text Example


Text Example

White with #507534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507534; }

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

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

background-color css

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

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

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

border-color css

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

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

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