Html Css Color HEX #4A6E29 Dell

📋 copy color: '#4A6E29'

red 74 ◦ green 110 ◦ blue 41

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

Shades of Dell #4A6E29

Tints of Dell #4A6E29

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.89%

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 32.89%
G = 48.89%
B = 18.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#4A6E29 (or 0x4A6E29) is known color: Dell. HEX triplet: 4A, 6E and 29. RGB value is (74,110,41). Sum of RGB (Red+Green+Blue) = 74+110+41=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #4A6E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6E29 is #B591D6. Grayscale: #5B5B5B. Windows color (decimal): -11899351 or 2715210. OLE color: 2715210.

HSL color Cylindrical-coordinate representation of color #4A6E29: hue angle of 91.3º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A6E29 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 110 41 -
CMYK 0.33 0 0.63 0.57
HSL 91.3º 0.46% 0.3% -
HSV(B) 91.3º 0.63% 0.43% -
XYZ 8.8 12.77 4.1 -
YUV 91.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 74 110 41 0.33 0 0.63 0.57 91.3 0.46 0.3
Hex 4A 6E 29 21 0 3F 39 5B 2E 1E
Octal 112 156 51 41 0 77 71 133 56 36
Binary 1001010 1101110 101001 100001 0 111111 111001 1011011 101110 11110

Color Harmonies of #4A6E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6E29

Black with #4A6E29

Text Example


Text Example

White with #4A6E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,110,41); }

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

background-color css

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

 a { background-color: rgb(74,110,41); }

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

border-color css

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

 span { border-color: rgb(74,110,41); }

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