Html Css Color HEX #507734 Dell

📋 copy color: '#507734'

red 80 ◦ green 119 ◦ blue 52

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

Shades of Dell #507734

Tints of Dell #507734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 31.87%
G = 47.41%
B = 20.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#507734 (or 0x507734) is known color: Dell. HEX triplet: 50, 77 and 34. RGB value is (80,119,52). Sum of RGB (Red+Green+Blue) = 80+119+52=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #507734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507734 is #AF88CB. Grayscale: #636363. Windows color (decimal): -11503820 or 3438416. OLE color: 3438416.

HSL color Cylindrical-coordinate representation of color #507734: hue angle of 94.93º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507734 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 52 -
CMYK 0.33 0 0.56 0.53
HSL 94.93º 0.39% 0.34% -
HSV(B) 94.93º 0.56% 0.47% -
XYZ 10.52 15.15 5.62 -
YUV 99.7 101.08 113.95 -
System Red Green Blue C M Y K H S L
Decimal 80 119 52 0.33 0 0.56 0.53 94.93 0.39 0.34
Hex 50 77 34 21 0 38 35 5F 27 22
Octal 120 167 64 41 0 70 65 137 47 42
Binary 1010000 1110111 110100 100001 0 111000 110101 1011111 100111 100010

Color Harmonies of #507734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507734

Black with #507734

Text Example


Text Example

White with #507734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507734; }

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

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

background-color css

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

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

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

border-color css

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

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

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