Html Css Color HEX #4A6131 Dell

📋 copy color: '#4A6131'

red 74 ◦ green 97 ◦ blue 49

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

Shades of Dell #4A6131

Tints of Dell #4A6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 33.64%
G = 44.09%
B = 22.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#4A6131 (or 0x4A6131) is known color: Dell. HEX triplet: 4A, 61 and 31. RGB value is (74,97,49). Sum of RGB (Red+Green+Blue) = 74+97+49=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6131 is #B59ECE. Grayscale: #545454. Windows color (decimal): -11902671 or 3236170. OLE color: 3236170.

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

Color convert

RGB 74 97 49 -
CMYK 0.24 0 0.49 0.62
HSL 88.75º 0.33% 0.29% -
HSV(B) 88.75º 0.49% 0.38% -
XYZ 7.65 10.23 4.48 -
YUV 84.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 74 97 49 0.24 0 0.49 0.62 88.75 0.33 0.29
Hex 4A 61 31 18 0 31 3E 59 21 1D
Octal 112 141 61 30 0 61 76 131 41 35
Binary 1001010 1100001 110001 11000 0 110001 111110 1011001 100001 11101

Color Harmonies of #4A6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6131

Black with #4A6131

Text Example


Text Example

White with #4A6131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,49); }

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

background-color css

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

 a { background-color: rgb(74,97,49); }

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

border-color css

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

 span { border-color: rgb(74,97,49); }

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