Html Css Color HEX #4D7530 Dell

📋 copy color: '#4D7530'

red 77 ◦ green 117 ◦ blue 48

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

Shades of Dell #4D7530

Tints of Dell #4D7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 31.82%
G = 48.35%
B = 19.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#4D7530 (or 0x4D7530) is known color: Dell. HEX triplet: 4D, 75 and 30. RGB value is (77,117,48). Sum of RGB (Red+Green+Blue) = 77+117+48=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7530 is #B28ACF. Grayscale: #616161. Windows color (decimal): -11700944 or 3175757. OLE color: 3175757.

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

Color convert

RGB 77 117 48 -
CMYK 0.34 0 0.59 0.54
HSL 94.78º 0.42% 0.32% -
HSV(B) 94.78º 0.59% 0.46% -
XYZ 9.96 14.51 5.07 -
YUV 97.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 77 117 48 0.34 0 0.59 0.54 94.78 0.42 0.32
Hex 4D 75 30 22 0 3B 36 5F 2A 20
Octal 115 165 60 42 0 73 66 137 52 40
Binary 1001101 1110101 110000 100010 0 111011 110110 1011111 101010 100000

Color Harmonies of #4D7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7530

Black with #4D7530

Text Example


Text Example

White with #4D7530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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