Html Css Color HEX #4D6935 Dell

📋 copy color: '#4D6935'

red 77 ◦ green 105 ◦ blue 53

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

Shades of Dell #4D6935

Tints of Dell #4D6935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 32.77%
G = 44.68%
B = 22.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#4D6935 (or 0x4D6935) is known color: Dell. HEX triplet: 4D, 69 and 35. RGB value is (77,105,53). Sum of RGB (Red+Green+Blue) = 77+105+53=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6935 is #B296CA. Grayscale: #5A5A5A. Windows color (decimal): -11704011 or 3500365. OLE color: 3500365.

HSL color Cylindrical-coordinate representation of color #4D6935: hue angle of 92.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D6935 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 53 -
CMYK 0.27 0 0.50 0.59
HSL 92.31º 0.33% 0.31% -
HSV(B) 92.31º 0.5% 0.41% -
XYZ 8.75 11.94 5.21 -
YUV 90.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 77 105 53 0.27 0 0.50 0.59 92.31 0.33 0.31
Hex 4D 69 35 1B 0 32 3B 5C 21 1F
Octal 115 151 65 33 0 62 73 134 41 37
Binary 1001101 1101001 110101 11011 0 110010 111011 1011100 100001 11111

Color Harmonies of #4D6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6935

Black with #4D6935

Text Example


Text Example

White with #4D6935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,53); }

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

background-color css

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

 a { background-color: rgb(77,105,53); }

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

border-color css

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

 span { border-color: rgb(77,105,53); }

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