Html Css Color HEX #4D6139 Dell

📋 copy color: '#4D6139'

red 77 ◦ green 97 ◦ blue 57

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

Shades of Dell #4D6139

Tints of Dell #4D6139

RGB

 RED value IS 77 (30.47% from 255) = 33.33%

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 33.33%
G = 41.99%
B = 24.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#4D6139 (or 0x4D6139) is known color: Dell. HEX triplet: 4D, 61 and 39. RGB value is (77,97,57). Sum of RGB (Red+Green+Blue) = 77+97+57=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6139 is #B29EC6. Grayscale: #565656. Windows color (decimal): -11706055 or 3760461. OLE color: 3760461.

HSL color Cylindrical-coordinate representation of color #4D6139: hue angle of 90º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D6139 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 57 -
CMYK 0.21 0 0.41 0.62
HSL 90º 0.26% 0.3% -
HSV(B) 90º 0.41% 0.38% -
XYZ 8.07 10.42 5.46 -
YUV 86.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 77 97 57 0.21 0 0.41 0.62 90 0.26 0.3
Hex 4D 61 39 15 0 29 3E 5A 1A 1E
Octal 115 141 71 25 0 51 76 132 32 36
Binary 1001101 1100001 111001 10101 0 101001 111110 1011010 11010 11110

Color Harmonies of #4D6139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6139

Black with #4D6139

Text Example


Text Example

White with #4D6139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D6139; }

 p { color: rgb(77,97,57); }

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

background-color css

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

 a { background-color: rgb(77,97,57); }

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

border-color css

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

 span { border-color: rgb(77,97,57); }

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