Html Css Color HEX #507136 Dell

📋 copy color: '#507136'

red 80 ◦ green 113 ◦ blue 54

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

Shades of Dell #507136

Tints of Dell #507136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.86%

R = 32.39%
G = 45.75%
B = 21.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#507136 (or 0x507136) is known color: Dell. HEX triplet: 50, 71 and 36. RGB value is (80,113,54). Sum of RGB (Red+Green+Blue) = 80+113+54=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #507136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507136 is #AF8EC9. Grayscale: #606060. Windows color (decimal): -11505354 or 3567952. OLE color: 3567952.

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

Color convert

RGB 80 113 54 -
CMYK 0.29 0 0.52 0.56
HSL 93.56º 0.35% 0.33% -
HSV(B) 93.56º 0.52% 0.44% -
XYZ 9.88 13.78 5.63 -
YUV 96.41 104.07 116.3 -
System Red Green Blue C M Y K H S L
Decimal 80 113 54 0.29 0 0.52 0.56 93.56 0.35 0.33
Hex 50 71 36 1D 0 34 38 5E 23 21
Octal 120 161 66 35 0 64 70 136 43 41
Binary 1010000 1110001 110110 11101 0 110100 111000 1011110 100011 100001

Color Harmonies of #507136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507136

Black with #507136

Text Example


Text Example

White with #507136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507136; }

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

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

background-color css

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

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

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

border-color css

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

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

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