Html Css Color HEX #4D6234 Dell

📋 copy color: '#4D6234'

red 77 ◦ green 98 ◦ blue 52

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

Shades of Dell #4D6234

Tints of Dell #4D6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

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

R = 33.92%
G = 43.17%
B = 22.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#4D6234 (or 0x4D6234) is known color: Dell. HEX triplet: 4D, 62 and 34. RGB value is (77,98,52). Sum of RGB (Red+Green+Blue) = 77+98+52=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6234 is #B29DCB. Grayscale: #565656. Windows color (decimal): -11705804 or 3433037. OLE color: 3433037.

HSL color Cylindrical-coordinate representation of color #4D6234: hue angle of 87.39º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6234 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 52 -
CMYK 0.21 0 0.47 0.62
HSL 87.39º 0.31% 0.29% -
HSV(B) 87.39º 0.47% 0.38% -
XYZ 8.05 10.56 4.86 -
YUV 86.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 77 98 52 0.21 0 0.47 0.62 87.39 0.31 0.29
Hex 4D 62 34 15 0 2F 3E 57 1F 1D
Octal 115 142 64 25 0 57 76 127 37 35
Binary 1001101 1100010 110100 10101 0 101111 111110 1010111 11111 11101

Color Harmonies of #4D6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6234

Black with #4D6234

Text Example


Text Example

White with #4D6234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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