Html Css Color HEX #4D7130 Dell

📋 copy color: '#4D7130'

red 77 ◦ green 113 ◦ blue 48

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

Shades of Dell #4D7130

Tints of Dell #4D7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 32.35%
G = 47.48%
B = 20.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#4D7130 (or 0x4D7130) is known color: Dell. HEX triplet: 4D, 71 and 30. RGB value is (77,113,48). Sum of RGB (Red+Green+Blue) = 77+113+48=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7130 is #B28ECF. Grayscale: #5F5F5F. Windows color (decimal): -11701968 or 3174733. OLE color: 3174733.

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

Color convert

RGB 77 113 48 -
CMYK 0.32 0 0.58 0.56
HSL 93.23º 0.4% 0.32% -
HSV(B) 93.23º 0.58% 0.44% -
XYZ 9.5 13.6 4.92 -
YUV 94.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 77 113 48 0.32 0 0.58 0.56 93.23 0.4 0.32
Hex 4D 71 30 20 0 3A 38 5D 28 20
Octal 115 161 60 40 0 72 70 135 50 40
Binary 1001101 1110001 110000 100000 0 111010 111000 1011101 101000 100000

Color Harmonies of #4D7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7130

Black with #4D7130

Text Example


Text Example

White with #4D7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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