Html Css Color HEX #507235 Dell

📋 copy color: '#507235'

red 80 ◦ green 114 ◦ blue 53

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

Shades of Dell #507235

Tints of Dell #507235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 32.39%
G = 46.15%
B = 21.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#507235 (or 0x507235) is known color: Dell. HEX triplet: 50, 72 and 35. RGB value is (80,114,53). Sum of RGB (Red+Green+Blue) = 80+114+53=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #507235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507235 is #AF8DCA. Grayscale: #616161. Windows color (decimal): -11505099 or 3502672. OLE color: 3502672.

HSL color Cylindrical-coordinate representation of color #507235: hue angle of 93.44º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507235 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 53 -
CMYK 0.30 0 0.54 0.55
HSL 93.44º 0.37% 0.33% -
HSV(B) 93.44º 0.54% 0.45% -
XYZ 9.97 14 5.54 -
YUV 96.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 80 114 53 0.30 0 0.54 0.55 93.44 0.37 0.33
Hex 50 72 35 1E 0 36 37 5D 25 21
Octal 120 162 65 36 0 66 67 135 45 41
Binary 1010000 1110010 110101 11110 0 110110 110111 1011101 100101 100001

Color Harmonies of #507235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507235

Black with #507235

Text Example


Text Example

White with #507235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507235; }

 p { color: rgb(80,114,53); }

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

background-color css

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

 a { background-color: rgb(80,114,53); }

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

border-color css

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

 span { border-color: rgb(80,114,53); }

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