Html Css Color HEX #507038 Dell

📋 copy color: '#507038'

red 80 ◦ green 112 ◦ blue 56

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

Shades of Dell #507038

Tints of Dell #507038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 32.26%
G = 45.16%
B = 22.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#507038 (or 0x507038) is known color: Dell. HEX triplet: 50, 70 and 38. RGB value is (80,112,56). Sum of RGB (Red+Green+Blue) = 80+112+56=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #507038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507038 is #AF8FC7. Grayscale: #606060. Windows color (decimal): -11505608 or 3698768. OLE color: 3698768.

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

Color convert

RGB 80 112 56 -
CMYK 0.29 0 0.50 0.56
HSL 94.29º 0.33% 0.33% -
HSV(B) 94.29º 0.5% 0.44% -
XYZ 9.82 13.58 5.85 -
YUV 96.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 80 112 56 0.29 0 0.50 0.56 94.29 0.33 0.33
Hex 50 70 38 1D 0 32 38 5E 21 21
Octal 120 160 70 35 0 62 70 136 41 41
Binary 1010000 1110000 111000 11101 0 110010 111000 1011110 100001 100001

Color Harmonies of #507038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507038

Black with #507038

Text Example


Text Example

White with #507038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507038; }

 p { color: rgb(80,112,56); }

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

background-color css

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

 a { background-color: rgb(80,112,56); }

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

border-color css

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

 span { border-color: rgb(80,112,56); }

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