Html Css Color HEX #4D6830 Dell

📋 copy color: '#4D6830'

red 77 ◦ green 104 ◦ blue 48

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

Shades of Dell #4D6830

Tints of Dell #4D6830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

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

R = 33.62%
G = 45.41%
B = 20.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#4D6830 (or 0x4D6830) is known color: Dell. HEX triplet: 4D, 68 and 30. RGB value is (77,104,48). Sum of RGB (Red+Green+Blue) = 77+104+48=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6830 is #B297CF. Grayscale: #595959. Windows color (decimal): -11704272 or 3172429. OLE color: 3172429.

HSL color Cylindrical-coordinate representation of color #4D6830: hue angle of 88.93º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D6830 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 48 -
CMYK 0.26 0 0.54 0.59
HSL 88.93º 0.37% 0.3% -
HSV(B) 88.93º 0.54% 0.41% -
XYZ 8.54 11.69 4.6 -
YUV 89.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 77 104 48 0.26 0 0.54 0.59 88.93 0.37 0.3
Hex 4D 68 30 1A 0 36 3B 59 25 1E
Octal 115 150 60 32 0 66 73 131 45 36
Binary 1001101 1101000 110000 11010 0 110110 111011 1011001 100101 11110

Color Harmonies of #4D6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6830

Black with #4D6830

Text Example


Text Example

White with #4D6830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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