Html Css Color HEX #4D742F Dell

📋 copy color: '#4D742F'

red 77 ◦ green 116 ◦ blue 47

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

Shades of Dell #4D742F

Tints of Dell #4D742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 32.08%
G = 48.33%
B = 19.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#4D742F (or 0x4D742F) is known color: Dell. HEX triplet: 4D, 74 and 2F. RGB value is (77,116,47). Sum of RGB (Red+Green+Blue) = 77+116+47=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #4D742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D742F is #B28BD0. Grayscale: #606060. Windows color (decimal): -11701201 or 3109965. OLE color: 3109965.

HSL color Cylindrical-coordinate representation of color #4D742F: hue angle of 93.91º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D742F is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 116 47 -
CMYK 0.34 0 0.59 0.55
HSL 93.91º 0.42% 0.32% -
HSV(B) 93.91º 0.59% 0.45% -
XYZ 9.82 14.27 4.93 -
YUV 96.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 77 116 47 0.34 0 0.59 0.55 93.91 0.42 0.32
Hex 4D 74 2F 22 0 3B 37 5E 2A 20
Octal 115 164 57 42 0 73 67 136 52 40
Binary 1001101 1110100 101111 100010 0 111011 110111 1011110 101010 100000

Color Harmonies of #4D742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D742F

Black with #4D742F

Text Example


Text Example

White with #4D742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,47); }

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

background-color css

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

 a { background-color: rgb(77,116,47); }

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

border-color css

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

 span { border-color: rgb(77,116,47); }

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