#3A6118

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

Shades of Dell #3A6118

Tints of Dell #3A6118

Color information

#3A6118 (or 0x3A6118) is unknown color: approx Dell. HEX triplet: 3A, 61 and 18. RGB value is (58,97,24). Sum of RGB (Red+Green+Blue) = 58+97+24=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6118 is #C59EE7. Grayscale: #4D4D4D. Windows color (decimal): -12951272 or 1597754. OLE color: 1597754.

HSL color Cylindrical-coordinate representation of color #3A6118: hue angle of 92.05º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A6118 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB589724-
CMYK0.4000.750.62
HSL92.05º60.33%23.73%-
HSV(B)92.05º75.26%38.04%-
XYZ6.189.512.37-
YUV77.0298.08114.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=32.40%
G=54.19%
B=13.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897240.4000.750.6292.0560.3323.73
Hex3A61182804B3E5c3c18
Octal7214130500113761347430
Binary11101011000011100010100001001011111110101110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6118; }

 p { color: rgb(58,97,24); }

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

<style>
 a { background-color: #3A6118; }

 a { background-color: rgb(58,97,24); }

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

<style>
 span { border-color: #3A6118; }

 span { border-color: rgb(58,97,24); }

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