#4A7631

Color #4A7631 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4A7631

Tints of Dell #4A7631

Color information

#4A7631 (or 0x4A7631) is unknown color: approx Dell. HEX triplet: 4A, 76 and 31. RGB value is (74,118,49). Sum of RGB (Red+Green+Blue) = 74+118+49=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #4A7631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7631 is #B589CE. Grayscale: #616161. Windows color (decimal): -11897295 or 3241546. OLE color: 3241546.

HSL color Cylindrical-coordinate representation of color #4A7631: hue angle of 98.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A7631 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB7411849-
CMYK0.3700.580.54
HSL98.26º41.32%32.75%-
HSV(B)98.26º58.47%46.27%-
XYZ9.8614.635.21-
YUV96.98100.92111.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=30.71%
G=48.96%
B=20.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74118490.3700.580.5498.2641.3232.75
Hex4A76312503A36622921
Octal1121666145072661425141
Binary1001010111011011000110010101110101101101100010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A7631;
 }
 .AnyTagClassName
 {
   color: #4A7631;
 }
</style>
background-color css

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

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

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

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

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

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