Html Css Color HEX #4A7431 Dell

📋 copy color: '#4A7431'

red 74 ◦ green 116 ◦ blue 49

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

Shades of Dell #4A7431

Tints of Dell #4A7431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

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

R = 30.96%
G = 48.54%
B = 20.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#4A7431 (or 0x4A7431) is known color: Dell. HEX triplet: 4A, 74 and 31. RGB value is (74,116,49). Sum of RGB (Red+Green+Blue) = 74+116+49=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7431 is #B58BCE. Grayscale: #606060. Windows color (decimal): -11897807 or 3241034. OLE color: 3241034.

HSL color Cylindrical-coordinate representation of color #4A7431: hue angle of 97.61º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A7431 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 116 49 -
CMYK 0.36 0 0.58 0.55
HSL 97.61º 0.41% 0.32% -
HSV(B) 97.61º 0.58% 0.45% -
XYZ 9.62 14.17 5.13 -
YUV 95.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 74 116 49 0.36 0 0.58 0.55 97.61 0.41 0.32
Hex 4A 74 31 24 0 3A 37 62 29 20
Octal 112 164 61 44 0 72 67 142 51 40
Binary 1001010 1110100 110001 100100 0 111010 110111 1100010 101001 100000

Color Harmonies of #4A7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7431

Black with #4A7431

Text Example


Text Example

White with #4A7431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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