Html Css Color HEX #4A5E35 Dell

📋 copy color: '#4A5E35'

red 74 ◦ green 94 ◦ blue 53

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

Shades of Dell #4A5E35

Tints of Dell #4A5E35

RGB

 RED value IS 74 (29.3% from 255) = 33.48%

 GREEN value IS 94 (37.11% from 255) = 42.53%

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

R = 33.48%
G = 42.53%
B = 23.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#4A5E35 (or 0x4A5E35) is known color: Dell. HEX triplet: 4A, 5E and 35. RGB value is (74,94,53). Sum of RGB (Red+Green+Blue) = 74+94+53=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #4A5E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5E35 is #B5A1CA. Grayscale: #535353. Windows color (decimal): -11903435 or 3497546. OLE color: 3497546.

HSL color Cylindrical-coordinate representation of color #4A5E35: hue angle of 89.27º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A5E35 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 94 53 -
CMYK 0.21 0 0.44 0.63
HSL 89.27º 0.28% 0.29% -
HSV(B) 89.27º 0.44% 0.37% -
XYZ 7.47 9.72 4.85 -
YUV 83.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 74 94 53 0.21 0 0.44 0.63 89.27 0.28 0.29
Hex 4A 5E 35 15 0 2C 3F 59 1C 1D
Octal 112 136 65 25 0 54 77 131 34 35
Binary 1001010 1011110 110101 10101 0 101100 111111 1011001 11100 11101

Color Harmonies of #4A5E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5E35

Black with #4A5E35

Text Example


Text Example

White with #4A5E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,94,53); }

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

background-color css

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

 a { background-color: rgb(74,94,53); }

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

border-color css

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

 span { border-color: rgb(74,94,53); }

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