Html Css Color HEX #4D7334 Dell

📋 copy color: '#4D7334'

red 77 ◦ green 115 ◦ blue 52

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

Shades of Dell #4D7334

Tints of Dell #4D7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 31.56%
G = 47.13%
B = 21.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#4D7334 (or 0x4D7334) is known color: Dell. HEX triplet: 4D, 73 and 34. RGB value is (77,115,52). Sum of RGB (Red+Green+Blue) = 77+115+52=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7334 is #B28CCB. Grayscale: #606060. Windows color (decimal): -11701452 or 3437389. OLE color: 3437389.

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

Color convert

RGB 77 115 52 -
CMYK 0.33 0 0.55 0.55
HSL 96.19º 0.38% 0.33% -
HSV(B) 96.19º 0.55% 0.45% -
XYZ 9.81 14.09 5.45 -
YUV 96.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 77 115 52 0.33 0 0.55 0.55 96.19 0.38 0.33
Hex 4D 73 34 21 0 37 37 60 26 21
Octal 115 163 64 41 0 67 67 140 46 41
Binary 1001101 1110011 110100 100001 0 110111 110111 1100000 100110 100001

Color Harmonies of #4D7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7334

Black with #4D7334

Text Example


Text Example

White with #4D7334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,115,52); }

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

background-color css

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

 a { background-color: rgb(77,115,52); }

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

border-color css

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

 span { border-color: rgb(77,115,52); }

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