Html Css Color HEX #4A7131 Dell

📋 copy color: '#4A7131'

red 74 ◦ green 113 ◦ blue 49

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

Shades of Dell #4A7131

Tints of Dell #4A7131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.88%

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

R = 31.36%
G = 47.88%
B = 20.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#4A7131 (or 0x4A7131) is known color: Dell. HEX triplet: 4A, 71 and 31. RGB value is (74,113,49). Sum of RGB (Red+Green+Blue) = 74+113+49=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7131 is #B58ECE. Grayscale: #5E5E5E. Windows color (decimal): -11898575 or 3240266. OLE color: 3240266.

HSL color Cylindrical-coordinate representation of color #4A7131: hue angle of 96.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A7131 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 49 -
CMYK 0.35 0 0.57 0.56
HSL 96.56º 0.4% 0.32% -
HSV(B) 96.56º 0.57% 0.44% -
XYZ 9.28 13.49 5.02 -
YUV 94.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 74 113 49 0.35 0 0.57 0.56 96.56 0.4 0.32
Hex 4A 71 31 23 0 39 38 61 28 20
Octal 112 161 61 43 0 71 70 141 50 40
Binary 1001010 1110001 110001 100011 0 111001 111000 1100001 101000 100000

Color Harmonies of #4A7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7131

Black with #4A7131

Text Example


Text Example

White with #4A7131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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