#3A6318

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

Shades of Dell #3A6318

Tints of Dell #3A6318

Color information

#3A6318 (or 0x3A6318) is unknown color: approx Dell. HEX triplet: 3A, 63 and 18. RGB value is (58,99,24). Sum of RGB (Red+Green+Blue) = 58+99+24=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6318 is #C59CE7. Grayscale: #4E4E4E. Windows color (decimal): -12950760 or 1598266. OLE color: 1598266.

HSL color Cylindrical-coordinate representation of color #3A6318: hue angle of 92.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A6318 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB589924-
CMYK0.4100.760.61
HSL92.8º60.98%24.12%-
HSV(B)92.8º75.76%38.82%-
XYZ6.379.892.44-
YUV78.1997.42113.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 99 (39.06% from 255) = 54.70%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=32.04%
G=54.70%
B=13.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899240.4100.760.6192.860.9824.12
Hex3A63182904C3D5d3d18
Octal7214330510114751357530
Binary11101011000111100010100101001100111101101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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