Html Css Color HEX #4D7133 Dell

📋 copy color: '#4D7133'

red 77 ◦ green 113 ◦ blue 51

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

Shades of Dell #4D7133

Tints of Dell #4D7133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.16%

R = 31.95%
G = 46.89%
B = 21.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#4D7133 (or 0x4D7133) is known color: Dell. HEX triplet: 4D, 71 and 33. RGB value is (77,113,51). Sum of RGB (Red+Green+Blue) = 77+113+51=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7133 is #B28ECC. Grayscale: #5F5F5F. Windows color (decimal): -11701965 or 3371341. OLE color: 3371341.

HSL color Cylindrical-coordinate representation of color #4D7133: hue angle of 94.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7133 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 113 51 -
CMYK 0.32 0 0.55 0.56
HSL 94.84º 0.38% 0.32% -
HSV(B) 94.84º 0.55% 0.44% -
XYZ 9.56 13.63 5.26 -
YUV 95.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 77 113 51 0.32 0 0.55 0.56 94.84 0.38 0.32
Hex 4D 71 33 20 0 37 38 5F 26 20
Octal 115 161 63 40 0 67 70 137 46 40
Binary 1001101 1110001 110011 100000 0 110111 111000 1011111 100110 100000

Color Harmonies of #4D7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7133

Black with #4D7133

Text Example


Text Example

White with #4D7133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,113,51); }

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

background-color css

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

 a { background-color: rgb(77,113,51); }

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

border-color css

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

 span { border-color: rgb(77,113,51); }

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