#4A6237

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

Shades of Dell #4A6237

Tints of Dell #4A6237

Color information

#4A6237 (or 0x4A6237) is unknown color: approx Dell. HEX triplet: 4A, 62 and 37. RGB value is (74,98,55). Sum of RGB (Red+Green+Blue) = 74+98+55=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6237 is #B59DC8. Grayscale: #565656. Windows color (decimal): -11902409 or 3629642. OLE color: 3629642.

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

Color convert

RGB749855-
CMYK0.2400.440.62
HSL93.49º28.1%30%-
HSV(B)93.49º43.88%38.43%-
XYZ7.8810.475.22-
YUV85.92110.55119.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=32.60%
G=43.17%
B=24.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7498550.2400.440.6293.4928.130
Hex4A62371802C3E5d1c1e
Octal1121426730054761353436
Binary1001010110001011011111000010110011111010111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,55); }

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

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

 a { background-color: rgb(74,98,55); }

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

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

 span { border-color: rgb(74,98,55); }

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