Html Css Color HEX #4D6A38 Dell

📋 copy color: '#4D6A38'

red 77 ◦ green 106 ◦ blue 56

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

Shades of Dell #4D6A38

Tints of Dell #4D6A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.35%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 32.22%
G = 44.35%
B = 23.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#4D6A38 (or 0x4D6A38) is known color: Dell. HEX triplet: 4D, 6A and 38. RGB value is (77,106,56). Sum of RGB (Red+Green+Blue) = 77+106+56=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A38 is #B295C7. Grayscale: #5B5B5B. Windows color (decimal): -11703752 or 3697229. OLE color: 3697229.

HSL color Cylindrical-coordinate representation of color #4D6A38: hue angle of 94.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6A38 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 106 56 -
CMYK 0.27 0 0.47 0.58
HSL 94.8º 0.31% 0.32% -
HSV(B) 94.8º 0.47% 0.42% -
XYZ 8.93 12.17 5.62 -
YUV 91.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 77 106 56 0.27 0 0.47 0.58 94.8 0.31 0.32
Hex 4D 6A 38 1B 0 2F 3A 5F 1F 20
Octal 115 152 70 33 0 57 72 137 37 40
Binary 1001101 1101010 111000 11011 0 101111 111010 1011111 11111 100000

Color Harmonies of #4D6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6A38

Black with #4D6A38

Text Example


Text Example

White with #4D6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,106,56); }

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

background-color css

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

 a { background-color: rgb(77,106,56); }

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

border-color css

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

 span { border-color: rgb(77,106,56); }

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